配方zy_croptopia
菠萝汁配方
zy_croptopia:pineapple_juice_shaped
有序合成,产出 zy_croptopia:pineapple_juice, zy_croptopia:food_press
概述
有序合成,产出 zy_croptopia:pineapple_juice, zy_croptopia:food_press
- 资料类型
- 配方
- 命名空间
- zy_croptopia
- 所属模组
- zycroptopia
- 关联资料
- 3 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:菠萝汁、多功能食品压榨机。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- zycroptopia/behavior_pack_zycroptopia/netease_recipes/zy_croptopia_pineapple_juice_shaped.json
- 条目 ID
- zy_croptopia:pineapple_juice_shaped
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
pineapple
food_press
glass_bottle
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 菠萝汁, 多功能食品压榨机
- 产物预览
- pineapple_juicefood_press
- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "zy_croptopia:pineapple_juice_shaped",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"zy_croptopia:pineapple",
"zy_croptopia:food_press",
"minecraft:glass_bottle"
],
"outputIds": [
"zy_croptopia:pineapple_juice",
"zy_croptopia:food_press"
],
"pattern": [
"123"
],
"grid": [
"zy_croptopia:pineapple",
"zy_croptopia:food_press",
"minecraft:glass_bottle"
],
"ingredients": [
{
"slot": "1",
"count": 1,
"item": "zy_croptopia:pineapple"
},
{
"slot": "2",
"count": 1,
"item": "zy_croptopia:food_press"
},
{
"slot": "3",
"count": 1,
"item": "minecraft:glass_bottle"
}
],
"results": [
{
"count": 1,
"item": "zy_croptopia:pineapple_juice"
},
{
"count": 1,
"item": "zy_croptopia:food_press"
}
],
"slots": [
{
"id": "zy_croptopia:pineapple",
"rawId": "zy_croptopia:pineapple",
"aux": "undefined",
"count": 1,
"label": "菠萝",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "zy_croptopia:food_press",
"rawId": "zy_croptopia:food_press",
"aux": "undefined",
"count": 1,
"label": "多功能食品压榨机",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:glass_bottle",
"rawId": "minecraft:glass_bottle",
"aux": "undefined",
"count": 1,
"label": "glass bottle",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "zy_croptopia:pineapple_juice",
"rawId": "zy_croptopia:pineapple_juice",
"aux": "undefined",
"count": 1,
"label": "菠萝汁",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "zy_croptopia:food_press",
"rawId": "zy_croptopia:food_press",
"aux": "undefined",
"count": 1,
"label": "多功能食品压榨机",
"iconUrl": "undefined",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}