配方ender_delight_nullgr
ender stove on配方
ender_delight_nullgr:ender_stove
有序合成,产出 ender_delight_nullgr:ender_stove_on
概述
有序合成,产出 ender_delight_nullgr:ender_stove_on
- 资料类型
- 配方
- 命名空间
- ender_delight_nullgr
- 所属模组
- ender-delight
- 关联资料
- 1 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:ender stove on。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- EnderDelight_BP/netease_recipes/ender_delight_nullgr_ender_stove.json
- 条目 ID
- ender_delight_nullgr:ender_stove
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
popped_chorus_fruit
popped_chorus_fruit
popped_chorus_fruit
end_bricks
end_bricks
campfire
end_bricks
end_bricks
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- ender stove on
- 产物预览
- ender_stove_on
- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "ender_delight_nullgr:ender_stove",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:end_bricks",
"minecraft:popped_chorus_fruit",
"minecraft:campfire"
],
"outputIds": [
"ender_delight_nullgr:ender_stove_on"
],
"pattern": [
"CCC",
"H H",
"HGH"
],
"grid": [
"minecraft:popped_chorus_fruit",
"minecraft:popped_chorus_fruit",
"minecraft:popped_chorus_fruit",
"minecraft:end_bricks",
null,
"minecraft:end_bricks",
"minecraft:end_bricks",
"minecraft:campfire",
"minecraft:end_bricks"
],
"ingredients": [
{
"slot": "H",
"item": "minecraft:end_bricks"
},
{
"slot": "C",
"item": "minecraft:popped_chorus_fruit"
},
{
"slot": "G",
"item": "minecraft:campfire"
}
],
"results": [
{
"count": 1,
"item": "ender_delight_nullgr:ender_stove_on",
"data": 0
}
],
"slots": [
{
"id": "minecraft:popped_chorus_fruit",
"rawId": "minecraft:popped_chorus_fruit",
"aux": "undefined",
"count": 1,
"label": "popped chorus fruit",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:popped_chorus_fruit",
"rawId": "minecraft:popped_chorus_fruit",
"aux": "undefined",
"count": 1,
"label": "popped chorus fruit",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:popped_chorus_fruit",
"rawId": "minecraft:popped_chorus_fruit",
"aux": "undefined",
"count": 1,
"label": "popped chorus fruit",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:end_bricks",
"rawId": "minecraft:end_bricks",
"aux": "undefined",
"count": 1,
"label": "end bricks",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:end_bricks",
"rawId": "minecraft:end_bricks",
"aux": "undefined",
"count": 1,
"label": "end bricks",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:end_bricks",
"rawId": "minecraft:end_bricks",
"aux": "undefined",
"count": 1,
"label": "end bricks",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:campfire",
"rawId": "minecraft:campfire",
"aux": "undefined",
"count": 1,
"label": "campfire",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:end_bricks",
"rawId": "minecraft:end_bricks",
"aux": "undefined",
"count": 1,
"label": "end bricks",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "ender_delight_nullgr:ender_stove_on",
"rawId": "ender_delight_nullgr:ender_stove_on",
"aux": "undefined",
"count": 1,
"label": "ender stove on",
"iconUrl": "undefined",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}