返回上一级
配方drawers_nullgr

tape roll配方

drawers_nullgr:recipe_4

有序合成,产出 drawers_nullgr:tape_roll

概述

有序合成,产出 drawers_nullgr:tape_roll

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

用途与获取

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

关联知识

数据来源

来源文件
drawer-mod-nullgr/behavior_pack_a84781c9/netease_recipes/drawers_nullgr_recipe_4.json
条目 ID
drawers_nullgr:recipe_4
解析依据
本地 AddOn JSON 与 .mcmod 补充资料
复核建议
关联信息已建立,可继续补充攻略

配方

paper
paper
paper
paper
类型
有序合成
布局
工作台 3x3
产出
tape roll
产物预览
tape_roll
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "drawers_nullgr:recipe_4",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:slime_ball",
      "minecraft:paper"
    ],
    "outputIds": [
      "drawers_nullgr:tape_roll"
    ],
    "pattern": [
      " A ",
      "DDD"
    ],
    "grid": [
      null,
      "minecraft:slime_ball",
      null,
      "minecraft:paper",
      "minecraft:paper",
      "minecraft:paper"
    ],
    "ingredients": [
      {
        "slot": "A",
        "data": 0,
        "item": "minecraft:slime_ball"
      },
      {
        "slot": "D",
        "data": 0,
        "item": "minecraft:paper"
      }
    ],
    "results": [
      {
        "count": 1,
        "data": 0,
        "item": "drawers_nullgr:tape_roll"
      }
    ],
    "slots": [
      {
        "id": "minecraft:slime_ball",
        "rawId": "minecraft:slime_ball",
        "aux": "undefined",
        "count": 1,
        "label": "slime ball",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:paper",
        "rawId": "minecraft:paper",
        "aux": "undefined",
        "count": 1,
        "label": "paper",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:paper",
        "rawId": "minecraft:paper",
        "aux": "undefined",
        "count": 1,
        "label": "paper",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:paper",
        "rawId": "minecraft:paper",
        "aux": "undefined",
        "count": 1,
        "label": "paper",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "drawers_nullgr:tape_roll",
        "rawId": "drawers_nullgr:tape_roll",
        "aux": "undefined",
        "count": 1,
        "label": "tape roll",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}