返回上一级
食物书配方
配方solcarrot_nullgr

食物书配方

solcarrot_nullgr:foolbook

有序合成,产出 solcarrot_nullgr:food_book

概述

有序合成,产出 solcarrot_nullgr:food_book

资料类型
配方
命名空间
solcarrot_nullgr
所属模组
b08qfx-i8
关联资料
1 条
配方有序合成工作台

用途与获取

  • 这是一个有序合成资料。
  • 产出:食物书。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

apple
carrot
book
类型
有序合成
布局
工作台 3x3
产出
食物书
产物预览
食物书
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "solcarrot_nullgr:foolbook",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:apple",
      "minecraft:carrot",
      "minecraft:book"
    ],
    "outputIds": [
      "solcarrot_nullgr:food_book"
    ],
    "pattern": [
      "ABC"
    ],
    "grid": [
      "minecraft:apple",
      "minecraft:carrot",
      "minecraft:book"
    ],
    "ingredients": [
      {
        "slot": "A",
        "data": 0,
        "item": "minecraft:apple"
      },
      {
        "slot": "B",
        "data": 0,
        "item": "minecraft:carrot"
      },
      {
        "slot": "C",
        "data": 0,
        "item": "minecraft:book"
      }
    ],
    "results": [
      {
        "count": 1,
        "data": 0,
        "item": "solcarrot_nullgr:food_book"
      }
    ],
    "slots": [
      {
        "id": "minecraft:apple",
        "rawId": "minecraft:apple",
        "aux": "undefined",
        "count": 1,
        "label": "apple",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:carrot",
        "rawId": "minecraft:carrot",
        "aux": "undefined",
        "count": 1,
        "label": "carrot",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:book",
        "rawId": "minecraft:book",
        "aux": "undefined",
        "count": 1,
        "label": "book",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "solcarrot_nullgr:food_book",
        "rawId": "solcarrot_nullgr:food_book",
        "aux": "undefined",
        "count": 1,
        "label": "食物书",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_RoDasjN2/textures/items/food_book.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}