配方zy_croptopia
匈牙利红烩牛肉配方
zy_croptopia:goulash_shaped
有序合成,产出 zy_croptopia:goulash, zy_croptopia:frying_pan
概述
有序合成,产出 zy_croptopia:goulash, zy_croptopia:frying_pan
- 资料类型
- 配方
- 命名空间
- zy_croptopia
- 所属模组
- zycroptopia
- 关联资料
- 5 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:匈牙利红烩牛肉、平底锅。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- zycroptopia/behavior_pack_zycroptopia/netease_recipes/zy_croptopia_goulash_shaped.json
- 条目 ID
- zy_croptopia:goulash_shaped
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
porkchop
onion
beef
cabbage
tomato
cabbage
porkchop
frying_pan
beef
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 匈牙利红烩牛肉, 平底锅
- 产物预览
- goulashfrying_pan
- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "zy_croptopia:goulash_shaped",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:porkchop",
"zy_croptopia:onion",
"minecraft:beef",
"zy_croptopia:cabbage",
"zy_croptopia:tomato",
"zy_croptopia:frying_pan"
],
"outputIds": [
"zy_croptopia:goulash",
"zy_croptopia:frying_pan"
],
"pattern": [
"123",
"454",
"183"
],
"grid": [
"minecraft:porkchop",
"zy_croptopia:onion",
"minecraft:beef",
"zy_croptopia:cabbage",
"zy_croptopia:tomato",
"zy_croptopia:cabbage",
"minecraft:porkchop",
"zy_croptopia:frying_pan",
"minecraft:beef"
],
"ingredients": [
{
"slot": "1",
"count": 1,
"item": "minecraft:porkchop"
},
{
"slot": "2",
"count": 1,
"item": "zy_croptopia:onion"
},
{
"slot": "3",
"count": 1,
"item": "minecraft:beef"
},
{
"slot": "4",
"count": 1,
"item": "zy_croptopia:cabbage"
},
{
"slot": "5",
"count": 1,
"item": "zy_croptopia:tomato"
},
{
"slot": "8",
"count": 1,
"item": "zy_croptopia:frying_pan"
}
],
"results": [
{
"count": 1,
"item": "zy_croptopia:goulash"
},
{
"count": 1,
"item": "zy_croptopia:frying_pan"
}
],
"slots": [
{
"id": "minecraft:porkchop",
"rawId": "minecraft:porkchop",
"aux": "undefined",
"count": 1,
"label": "porkchop",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "zy_croptopia:onion",
"rawId": "zy_croptopia:onion",
"aux": "undefined",
"count": 1,
"label": "洋葱",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:beef",
"rawId": "minecraft:beef",
"aux": "undefined",
"count": 1,
"label": "beef",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "zy_croptopia:cabbage",
"rawId": "zy_croptopia:cabbage",
"aux": "undefined",
"count": 1,
"label": "卷心菜",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "zy_croptopia:tomato",
"rawId": "zy_croptopia:tomato",
"aux": "undefined",
"count": 1,
"label": "番茄",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "zy_croptopia:cabbage",
"rawId": "zy_croptopia:cabbage",
"aux": "undefined",
"count": 1,
"label": "卷心菜",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:porkchop",
"rawId": "minecraft:porkchop",
"aux": "undefined",
"count": 1,
"label": "porkchop",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "zy_croptopia:frying_pan",
"rawId": "zy_croptopia:frying_pan",
"aux": "undefined",
"count": 1,
"label": "平底锅",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:beef",
"rawId": "minecraft:beef",
"aux": "undefined",
"count": 1,
"label": "beef",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "zy_croptopia:goulash",
"rawId": "zy_croptopia:goulash",
"aux": "undefined",
"count": 1,
"label": "匈牙利红烩牛肉",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "zy_croptopia:frying_pan",
"rawId": "zy_croptopia:frying_pan",
"aux": "undefined",
"count": 1,
"label": "平底锅",
"iconUrl": "undefined",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}