配方zy_croptopia
南瓜汤配方
zy_croptopia:pumpkin_soup_shaped
有序合成,产出 zy_croptopia:pumpkin_soup, zy_croptopia:cooking_pot
概述
有序合成,产出 zy_croptopia:pumpkin_soup, zy_croptopia:cooking_pot
- 资料类型
- 配方
- 命名空间
- zy_croptopia
- 所属模组
- zycroptopia
- 关联资料
- 6 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:南瓜汤、烹饪锅。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- zycroptopia/behavior_pack_zycroptopia/netease_recipes/zy_croptopia_pumpkin_soup_shaped.json
- 条目 ID
- zy_croptopia:pumpkin_soup_shaped
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
onion
garlic
pepper
pumpkin
pumpkin
cooking_pot
pumpkin
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 南瓜汤, 烹饪锅
- 产物预览
- pumpkin_soup2cooking_pot
- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "zy_croptopia:pumpkin_soup_shaped",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"zy_croptopia:onion",
"zy_croptopia:garlic",
"zy_croptopia:pepper",
"minecraft:pumpkin",
"zy_croptopia:salt",
"zy_croptopia:cooking_pot"
],
"outputIds": [
"zy_croptopia:pumpkin_soup",
"zy_croptopia:cooking_pot"
],
"pattern": [
"123",
" 5 ",
"464"
],
"grid": [
"zy_croptopia:onion",
"zy_croptopia:garlic",
"zy_croptopia:pepper",
null,
"zy_croptopia:salt",
null,
"minecraft:pumpkin",
"zy_croptopia:cooking_pot",
"minecraft:pumpkin"
],
"ingredients": [
{
"slot": "1",
"count": 1,
"item": "zy_croptopia:onion"
},
{
"slot": "2",
"count": 1,
"item": "zy_croptopia:garlic"
},
{
"slot": "3",
"count": 1,
"item": "zy_croptopia:pepper"
},
{
"slot": "4",
"count": 1,
"item": "minecraft:pumpkin"
},
{
"slot": "5",
"count": 1,
"item": "zy_croptopia:salt"
},
{
"slot": "6",
"count": 1,
"item": "zy_croptopia:cooking_pot"
}
],
"results": [
{
"count": 2,
"item": "zy_croptopia:pumpkin_soup"
},
{
"count": 1,
"item": "zy_croptopia:cooking_pot"
}
],
"slots": [
{
"id": "zy_croptopia:onion",
"rawId": "zy_croptopia:onion",
"aux": "undefined",
"count": 1,
"label": "洋葱",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "zy_croptopia:garlic",
"rawId": "zy_croptopia:garlic",
"aux": "undefined",
"count": 1,
"label": "大蒜",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "zy_croptopia:pepper",
"rawId": "zy_croptopia:pepper",
"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:pumpkin",
"rawId": "minecraft:pumpkin",
"aux": "undefined",
"count": 1,
"label": "pumpkin",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "zy_croptopia:cooking_pot",
"rawId": "zy_croptopia:cooking_pot",
"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_soup",
"rawId": "zy_croptopia:pumpkin_soup",
"aux": "undefined",
"count": 2,
"label": "南瓜汤",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "zy_croptopia:cooking_pot",
"rawId": "zy_croptopia:cooking_pot",
"aux": "undefined",
"count": 1,
"label": "烹饪锅",
"iconUrl": "undefined",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}