配方ender_delight_nullgr
chorus cookie配方
ender_delight_nullgr:chorus_cookie
有序合成,产出 ender_delight_nullgr:chorus_cookie
概述
有序合成,产出 ender_delight_nullgr:chorus_cookie
- 资料类型
- 配方
- 命名空间
- ender_delight_nullgr
- 所属模组
- ender-delight
- 关联资料
- 1 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:chorus cookie。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- EnderDelight_BP/netease_recipes/ender_delight_nullgr_chorus_cookie.json
- 条目 ID
- ender_delight_nullgr:chorus_cookie
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
wheat
chorus_fruit
wheat
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- chorus cookie
- 产物预览
- chorus_cookie5
- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "ender_delight_nullgr:chorus_cookie",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:wheat",
"minecraft:chorus_fruit"
],
"outputIds": [
"ender_delight_nullgr:chorus_cookie"
],
"pattern": [
"CBC"
],
"grid": [
"minecraft:wheat",
"minecraft:chorus_fruit",
"minecraft:wheat"
],
"ingredients": [
{
"slot": "C",
"item": "minecraft:wheat",
"data": 0
},
{
"slot": "B",
"item": "minecraft:chorus_fruit",
"data": 0
}
],
"results": [
{
"count": 5,
"item": "ender_delight_nullgr:chorus_cookie",
"data": 0
}
],
"slots": [
{
"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:wheat",
"rawId": "minecraft:wheat",
"aux": "undefined",
"count": 1,
"label": "wheat",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "ender_delight_nullgr:chorus_cookie",
"rawId": "ender_delight_nullgr:chorus_cookie",
"aux": "undefined",
"count": 5,
"label": "chorus cookie",
"iconUrl": "undefined",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}