配方zy_croptopia
巧克力冰淇淋配方
zy_croptopia:chocolate_ice_cream_shaped
有序合成,产出 zy_croptopia:chocolate_ice_cream, zy_croptopia:cooking_pot
概述
有序合成,产出 zy_croptopia:chocolate_ice_cream, zy_croptopia:cooking_pot
- 资料类型
- 配方
- 命名空间
- zy_croptopia
- 所属模组
- zycroptopia
- 关联资料
- 4 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:巧克力冰淇淋、烹饪锅。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- zycroptopia/behavior_pack_zycroptopia/netease_recipes/zy_croptopia_chocolate_ice_cream_shaped.json
- 条目 ID
- zy_croptopia:chocolate_ice_cream_shaped
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
milk_bottle
sugar
cooking_pot
sugar
cooking_pot
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 巧克力冰淇淋, 烹饪锅
- 产物预览
- chocolate_ice_creamcooking_pot
- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "zy_croptopia:chocolate_ice_cream_shaped",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:egg",
"zy_croptopia:chocolate",
"zy_croptopia:milk_bottle",
"minecraft:sugar",
"zy_croptopia:cooking_pot"
],
"outputIds": [
"zy_croptopia:chocolate_ice_cream",
"zy_croptopia:cooking_pot"
],
"pattern": [
" 1 ",
"324",
" 5 "
],
"grid": [
null,
"minecraft:egg",
null,
"zy_croptopia:milk_bottle",
"zy_croptopia:chocolate",
"minecraft:sugar",
null,
"zy_croptopia:cooking_pot",
null
],
"ingredients": [
{
"slot": "1",
"count": 1,
"item": "minecraft:egg"
},
{
"slot": "2",
"count": 1,
"item": "zy_croptopia:chocolate"
},
{
"slot": "3",
"count": 1,
"item": "zy_croptopia:milk_bottle"
},
{
"slot": "4",
"count": 1,
"item": "minecraft:sugar"
},
{
"slot": "5",
"count": 1,
"item": "zy_croptopia:cooking_pot"
}
],
"results": [
{
"count": 1,
"item": "zy_croptopia:chocolate_ice_cream"
},
{
"count": 1,
"item": "zy_croptopia:cooking_pot"
}
],
"slots": [
{
"id": "minecraft:egg",
"rawId": "minecraft:egg",
"aux": "undefined",
"count": 1,
"label": "egg",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "zy_croptopia:milk_bottle",
"rawId": "zy_croptopia:milk_bottle",
"aux": "undefined",
"count": 1,
"label": "牛奶瓶",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "zy_croptopia:chocolate",
"rawId": "zy_croptopia:chocolate",
"aux": "undefined",
"count": 1,
"label": "巧克力",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:sugar",
"rawId": "minecraft:sugar",
"aux": "undefined",
"count": 1,
"label": "sugar",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "zy_croptopia:cooking_pot",
"rawId": "zy_croptopia:cooking_pot",
"aux": "undefined",
"count": 1,
"label": "烹饪锅",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "zy_croptopia:chocolate_ice_cream",
"rawId": "zy_croptopia:chocolate_ice_cream",
"aux": "undefined",
"count": 1,
"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"
]
}
}