
配方bakingdelight_nullgr
樱桃冰棍配方
bakingdelight_nullgr:cherry_ice_lolly
有序合成,产出 bakingdelight_nullgr:cherry_ice_lolly
概述
有序合成,产出 bakingdelight_nullgr:cherry_ice_lolly
- 资料类型
- 配方
- 命名空间
- bakingdelight_nullgr
- 所属模组
- baking-delight
- 关联资料
- 2 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:樱桃冰棍。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- BakingDelight_BP/netease_recipes/bakingdelight_nullgr_cherry_ice_lolly.json
- 条目 ID
- bakingdelight_nullgr:cherry_ice_lolly
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方

stick
ice
stick
ice
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 樱桃冰棍
- 产物预览

- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "bakingdelight_nullgr:cherry_ice_lolly",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"bakingdelight_nullgr:cherry",
"minecraft:ice",
"minecraft:stick"
],
"outputIds": [
"bakingdelight_nullgr:cherry_ice_lolly"
],
"pattern": [
" C",
"EC ",
"DE "
],
"grid": [
null,
null,
"bakingdelight_nullgr:cherry",
"minecraft:ice",
"bakingdelight_nullgr:cherry",
null,
"minecraft:stick",
"minecraft:ice",
null
],
"ingredients": [
{
"slot": "C",
"item": "bakingdelight_nullgr:cherry",
"data": 0
},
{
"slot": "E",
"item": "minecraft:ice",
"data": 0
},
{
"slot": "D",
"item": "minecraft:stick",
"data": 0
}
],
"results": [
{
"count": 1,
"item": "bakingdelight_nullgr:cherry_ice_lolly",
"data": 0
}
],
"slots": [
{
"id": "bakingdelight_nullgr:cherry",
"rawId": "bakingdelight_nullgr:cherry",
"aux": "undefined",
"count": 1,
"label": "樱桃",
"iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_TcN74a7y/textures/items/hb/cherry.png",
"refType": "item"
},
{
"id": "minecraft:ice",
"rawId": "minecraft:ice",
"aux": "undefined",
"count": 1,
"label": "ice",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "bakingdelight_nullgr:cherry",
"rawId": "bakingdelight_nullgr:cherry",
"aux": "undefined",
"count": 1,
"label": "樱桃",
"iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_TcN74a7y/textures/items/hb/cherry.png",
"refType": "item"
},
{
"id": "minecraft:stick",
"rawId": "minecraft:stick",
"aux": "undefined",
"count": 1,
"label": "stick",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:ice",
"rawId": "minecraft:ice",
"aux": "undefined",
"count": 1,
"label": "ice",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "bakingdelight_nullgr:cherry_ice_lolly",
"rawId": "bakingdelight_nullgr:cherry_ice_lolly",
"aux": "undefined",
"count": 1,
"label": "樱桃冰棍",
"iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_TcN74a7y/textures/items/hb/cherry_ice_lolly.png",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}