配方zy_croptopia
南瓜条配方
zy_croptopia:pumpkin_bars_shaped
有序合成,产出 zy_croptopia:pumpkin_bars
概述
有序合成,产出 zy_croptopia:pumpkin_bars
- 资料类型
- 配方
- 命名空间
- zy_croptopia
- 所属模组
- zycroptopia
- 关联资料
- 6 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:南瓜条。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- zycroptopia/behavior_pack_zycroptopia/netease_recipes/zy_croptopia_pumpkin_bars_shaped.json
- 条目 ID
- zy_croptopia:pumpkin_bars_shaped
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
cinnamon
vanilla
salt
egg
sugar
flour
pumpkin
butter
pumpkin
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 南瓜条
- 产物预览
- pumpkin_bars3
- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "zy_croptopia:pumpkin_bars_shaped",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:egg",
"minecraft:sugar",
"minecraft:pumpkin",
"zy_croptopia:flour",
"zy_croptopia:cinnamon",
"zy_croptopia:salt",
"zy_croptopia:butter",
"zy_croptopia:vanilla"
],
"outputIds": [
"zy_croptopia:pumpkin_bars"
],
"pattern": [
"586",
"124",
"373"
],
"grid": [
"zy_croptopia:cinnamon",
"zy_croptopia:vanilla",
"zy_croptopia:salt",
"minecraft:egg",
"minecraft:sugar",
"zy_croptopia:flour",
"minecraft:pumpkin",
"zy_croptopia:butter",
"minecraft:pumpkin"
],
"ingredients": [
{
"slot": "1",
"count": 1,
"item": "minecraft:egg"
},
{
"slot": "2",
"count": 1,
"item": "minecraft:sugar"
},
{
"slot": "3",
"count": 1,
"item": "minecraft:pumpkin"
},
{
"slot": "4",
"count": 1,
"item": "zy_croptopia:flour"
},
{
"slot": "5",
"count": 1,
"item": "zy_croptopia:cinnamon"
},
{
"slot": "6",
"count": 1,
"item": "zy_croptopia:salt"
},
{
"slot": "7",
"count": 1,
"item": "zy_croptopia:butter"
},
{
"slot": "8",
"count": 1,
"item": "zy_croptopia:vanilla"
}
],
"results": [
{
"count": 3,
"item": "zy_croptopia:pumpkin_bars"
}
],
"slots": [
{
"id": "zy_croptopia:cinnamon",
"rawId": "zy_croptopia:cinnamon",
"aux": "undefined",
"count": 1,
"label": "桂皮",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "zy_croptopia:vanilla",
"rawId": "zy_croptopia:vanilla",
"aux": "undefined",
"count": 1,
"label": "香草",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "zy_croptopia:salt",
"rawId": "zy_croptopia:salt",
"aux": "undefined",
"count": 1,
"label": "盐",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:egg",
"rawId": "minecraft:egg",
"aux": "undefined",
"count": 1,
"label": "egg",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:sugar",
"rawId": "minecraft:sugar",
"aux": "undefined",
"count": 1,
"label": "sugar",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "zy_croptopia:flour",
"rawId": "zy_croptopia:flour",
"aux": "undefined",
"count": 1,
"label": "面粉",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:pumpkin",
"rawId": "minecraft:pumpkin",
"aux": "undefined",
"count": 1,
"label": "pumpkin",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "zy_croptopia:butter",
"rawId": "zy_croptopia:butter",
"aux": "undefined",
"count": 1,
"label": "黄油",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:pumpkin",
"rawId": "minecraft:pumpkin",
"aux": "undefined",
"count": 1,
"label": "pumpkin",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "zy_croptopia:pumpkin_bars",
"rawId": "zy_croptopia:pumpkin_bars",
"aux": "undefined",
"count": 3,
"label": "南瓜条",
"iconUrl": "undefined",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}