配方delightful_nullgr
紫颂果派配方
delightful_nullgr:chorus_pie_0
有序合成,产出 delightful_nullgr:chorus_pie_0, minecraft:bucket
概述
有序合成,产出 delightful_nullgr:chorus_pie_0, minecraft:bucket
- 资料类型
- 配方
- 命名空间
- delightful_nullgr
- 所属模组
- zddx-nft7
- 关联资料
- 1 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:紫颂果派、bucket。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- behavior_pack_ZddxNft7/netease_recipes/delightful_nullgr_chorus_pie_0.json
- 条目 ID
- delightful_nullgr:chorus_pie_0
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
wheat
milk_bucket
wheat
chorus_fruit
chorus_fruit
chorus_fruit
sugar
sugar
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 紫颂果派, bucket
- 产物预览
bucket- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "delightful_nullgr:chorus_pie_0",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:milk_bucket",
"minecraft:wheat",
"minecraft:chorus_fruit",
"minecraft:sugar"
],
"outputIds": [
"delightful_nullgr:chorus_pie_0",
"minecraft:bucket"
],
"pattern": [
"CBC",
"FFF",
"H H"
],
"grid": [
"minecraft:wheat",
"minecraft:milk_bucket",
"minecraft:wheat",
"minecraft:chorus_fruit",
"minecraft:chorus_fruit",
"minecraft:chorus_fruit",
"minecraft:sugar",
null,
"minecraft:sugar"
],
"ingredients": [
{
"slot": "B",
"data": 0,
"item": "minecraft:milk_bucket"
},
{
"slot": "C",
"data": 0,
"item": "minecraft:wheat"
},
{
"slot": "F",
"data": 0,
"item": "minecraft:chorus_fruit"
},
{
"slot": "H",
"data": 0,
"item": "minecraft:sugar"
}
],
"results": [
{
"count": 1,
"data": 0,
"item": "delightful_nullgr:chorus_pie_0"
},
{
"count": 1,
"data": 0,
"item": "minecraft:bucket"
}
],
"slots": [
{
"id": "minecraft:wheat",
"rawId": "minecraft:wheat",
"aux": "undefined",
"count": 1,
"label": "wheat",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:milk_bucket",
"rawId": "minecraft:milk_bucket",
"aux": "undefined",
"count": 1,
"label": "milk bucket",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:wheat",
"rawId": "minecraft:wheat",
"aux": "undefined",
"count": 1,
"label": "wheat",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:chorus_fruit",
"rawId": "minecraft:chorus_fruit",
"aux": "undefined",
"count": 1,
"label": "chorus fruit",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:chorus_fruit",
"rawId": "minecraft:chorus_fruit",
"aux": "undefined",
"count": 1,
"label": "chorus fruit",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:chorus_fruit",
"rawId": "minecraft:chorus_fruit",
"aux": "undefined",
"count": 1,
"label": "chorus fruit",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:sugar",
"rawId": "minecraft:sugar",
"aux": "undefined",
"count": 1,
"label": "sugar",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:sugar",
"rawId": "minecraft:sugar",
"aux": "undefined",
"count": 1,
"label": "sugar",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "delightful_nullgr:chorus_pie_0",
"rawId": "delightful_nullgr:chorus_pie_0",
"aux": "undefined",
"count": 1,
"label": "紫颂果派",
"iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_4Po0AwZ0/textures/blocks/delightful/salmonberry_pie_top.png",
"refType": "block"
},
{
"id": "minecraft:bucket",
"rawId": "minecraft:bucket",
"aux": "undefined",
"count": 1,
"label": "bucket",
"iconUrl": "undefined",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}