配方drawers_nullgr
trim 1配方
drawers_nullgr:trim_1_recipe
有序合成,产出 drawers_nullgr:trim_1
概述
有序合成,产出 drawers_nullgr:trim_1
- 资料类型
- 配方
- 命名空间
- drawers_nullgr
- 所属模组
- a84781c9
- 关联资料
- 1 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:trim 1。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- drawer-mod-nullgr/behavior_pack_a84781c9/netease_recipes/trim_1_recipe.json
- 条目 ID
- drawers_nullgr:trim_1_recipe
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
planks
stick
planks
stick
planks
stick
planks
stick
planks
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- trim 1
- 产物预览
- trim_1
- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "drawers_nullgr:trim_1_recipe",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:stick",
"minecraft:planks"
],
"outputIds": [
"drawers_nullgr:trim_1"
],
"pattern": [
"IHI",
"HIH",
"IHI"
],
"grid": [
"minecraft:planks",
"minecraft:stick",
"minecraft:planks",
"minecraft:stick",
"minecraft:planks",
"minecraft:stick",
"minecraft:planks",
"minecraft:stick",
"minecraft:planks"
],
"ingredients": [
{
"slot": "H",
"data": 0,
"item": "minecraft:stick"
},
{
"slot": "I",
"data": 1,
"item": "minecraft:planks"
}
],
"results": [
{
"count": 1,
"data": 0,
"item": "drawers_nullgr:trim_1"
}
],
"slots": [
{
"id": "minecraft:planks",
"rawId": "minecraft:planks",
"aux": "undefined",
"count": 1,
"label": "planks",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:stick",
"rawId": "minecraft:stick",
"aux": "undefined",
"count": 1,
"label": "stick",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:planks",
"rawId": "minecraft:planks",
"aux": "undefined",
"count": 1,
"label": "planks",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:stick",
"rawId": "minecraft:stick",
"aux": "undefined",
"count": 1,
"label": "stick",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:planks",
"rawId": "minecraft:planks",
"aux": "undefined",
"count": 1,
"label": "planks",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:stick",
"rawId": "minecraft:stick",
"aux": "undefined",
"count": 1,
"label": "stick",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:planks",
"rawId": "minecraft:planks",
"aux": "undefined",
"count": 1,
"label": "planks",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:stick",
"rawId": "minecraft:stick",
"aux": "undefined",
"count": 1,
"label": "stick",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:planks",
"rawId": "minecraft:planks",
"aux": "undefined",
"count": 1,
"label": "planks",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "drawers_nullgr:trim_1",
"rawId": "drawers_nullgr:trim_1",
"aux": "undefined",
"count": 1,
"label": "trim 1",
"iconUrl": "undefined",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}