返回上一级
糯米面团配方
配方newyear_delight_nullgr

糯米面团配方

newyear_delight_nullgr:glutinousricedough

有序合成,产出 newyear_delight_nullgr:glutinousricedough, minecraft:bucket

概述

有序合成,产出 newyear_delight_nullgr:glutinousricedough, minecraft:bucket

资料类型
配方
命名空间
newyear_delight_nullgr
所属模组
h60m18ao
关联资料
2 条
配方有序合成工作台

用途与获取

  • 这是一个有序合成资料。
  • 产出:糯米面团、bucket。
  • 布局:工作台 3x3。

关联知识

数据来源

来源文件
behavior_pack_H60M18ao/netease_recipes/newyear_delight_nullgr_glutinousricedough.json
条目 ID
newyear_delight_nullgr:glutinousricedough
解析依据
本地 AddOn JSON 与 .mcmod 补充资料
复核建议
关联信息已建立,可继续补充攻略

配方

糯米
water_bucket
糯米
糯米
类型
有序合成
布局
工作台 3x3
产出
糯米面团, bucket
产物预览
糯米面团3
bucket
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "newyear_delight_nullgr:glutinousricedough",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:water_bucket",
      "newyear_delight_nullgr:glutinousrice"
    ],
    "outputIds": [
      "newyear_delight_nullgr:glutinousricedough",
      "minecraft:bucket"
    ],
    "pattern": [
      "DBD",
      " D "
    ],
    "grid": [
      "newyear_delight_nullgr:glutinousrice",
      "minecraft:water_bucket",
      "newyear_delight_nullgr:glutinousrice",
      null,
      "newyear_delight_nullgr:glutinousrice",
      null
    ],
    "ingredients": [
      {
        "slot": "B",
        "item": "minecraft:water_bucket",
        "data": 0
      },
      {
        "slot": "D",
        "item": "newyear_delight_nullgr:glutinousrice",
        "data": 0
      }
    ],
    "results": [
      {
        "count": 3,
        "item": "newyear_delight_nullgr:glutinousricedough",
        "data": 0
      },
      {
        "count": 1,
        "item": "minecraft:bucket",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "newyear_delight_nullgr:glutinousrice",
        "rawId": "newyear_delight_nullgr:glutinousrice",
        "aux": "undefined",
        "count": 1,
        "label": "糯米",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_84GOjZaC/textures/items/newyear/glutinousrice.png",
        "refType": "item"
      },
      {
        "id": "minecraft:water_bucket",
        "rawId": "minecraft:water_bucket",
        "aux": "undefined",
        "count": 1,
        "label": "water bucket",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "newyear_delight_nullgr:glutinousrice",
        "rawId": "newyear_delight_nullgr:glutinousrice",
        "aux": "undefined",
        "count": 1,
        "label": "糯米",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_84GOjZaC/textures/items/newyear/glutinousrice.png",
        "refType": "item"
      },
      {
        "id": "newyear_delight_nullgr:glutinousrice",
        "rawId": "newyear_delight_nullgr:glutinousrice",
        "aux": "undefined",
        "count": 1,
        "label": "糯米",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_84GOjZaC/textures/items/newyear/glutinousrice.png",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "newyear_delight_nullgr:glutinousricedough",
        "rawId": "newyear_delight_nullgr:glutinousricedough",
        "aux": "undefined",
        "count": 3,
        "label": "糯米面团",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_84GOjZaC/textures/items/newyear/glutinousricedough.png",
        "refType": "item"
      },
      {
        "id": "minecraft:bucket",
        "rawId": "minecraft:bucket",
        "aux": "undefined",
        "count": 1,
        "label": "bucket",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}