返回上一级
嫩豆腐配方
配方vegan_delight_nullgr

嫩豆腐配方

vegan_delight_nullgr:silken_tofu

有序合成,产出 vegan_delight_nullgr:silken_tofu, minecraft:bucket

概述

有序合成,产出 vegan_delight_nullgr:silken_tofu, minecraft:bucket

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

用途与获取

  • 这是一个有序合成资料。
  • 产出:嫩豆腐、bucket。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

豆浆桶
bowl
bowl
类型
有序合成
布局
工作台 3x3
产出
嫩豆腐, bucket
产物预览
嫩豆腐
bucket2
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "vegan_delight_nullgr:silken_tofu",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "vegan_delight_nullgr:soymilk_bucket",
      "minecraft:water_bucket",
      "minecraft:bowl"
    ],
    "outputIds": [
      "vegan_delight_nullgr:silken_tofu",
      "minecraft:bucket"
    ],
    "pattern": [
      "ABC",
      " D "
    ],
    "grid": [
      "vegan_delight_nullgr:soymilk_bucket",
      null,
      "minecraft:water_bucket",
      null,
      "minecraft:bowl",
      null
    ],
    "ingredients": [
      {
        "slot": "A",
        "item": "vegan_delight_nullgr:soymilk_bucket",
        "data": 0
      },
      {
        "slot": "C",
        "item": "minecraft:water_bucket",
        "data": 0
      },
      {
        "slot": "B",
        "tag": "salt",
        "data": 0
      },
      {
        "slot": "D",
        "item": "minecraft:bowl",
        "data": 0
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "vegan_delight_nullgr:silken_tofu",
        "data": 0
      },
      {
        "count": 2,
        "item": "minecraft:bucket",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "vegan_delight_nullgr:soymilk_bucket",
        "rawId": "vegan_delight_nullgr:soymilk_bucket",
        "aux": "undefined",
        "count": 1,
        "label": "豆浆桶",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/Vegan_delight_RP/textures/items/vegan/soymilk_bucket.png",
        "refType": "item"
      },
      {
        "id": "minecraft:water_bucket",
        "rawId": "minecraft:water_bucket",
        "aux": "undefined",
        "count": 1,
        "label": "water bucket",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:bowl",
        "rawId": "minecraft:bowl",
        "aux": "undefined",
        "count": 1,
        "label": "bowl",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "vegan_delight_nullgr:silken_tofu",
        "rawId": "vegan_delight_nullgr:silken_tofu",
        "aux": "undefined",
        "count": 1,
        "label": "嫩豆腐",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/Vegan_delight_RP/textures/items/vegan/silken_tofu.png",
        "refType": "item"
      },
      {
        "id": "minecraft:bucket",
        "rawId": "minecraft:bucket",
        "aux": "undefined",
        "count": 2,
        "label": "bucket",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}