
配方green_delight_nullgr
史莱姆棒冰配方
green_delight_nullgr:slime_popsicle
有序合成,产出 green_delight_nullgr:slime_popsicle
概述
有序合成,产出 green_delight_nullgr:slime_popsicle
- 资料类型
- 配方
- 命名空间
- green_delight_nullgr
- 所属模组
- a54kfe-fe
- 关联资料
- 1 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:史莱姆棒冰。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- behavior_pack_A54KFeFE/netease_recipes/green_delight_nullgr_slime_popsicle.json
- 条目 ID
- green_delight_nullgr:slime_popsicle
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
slime_ball
stick
ice
stick
ice
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 史莱姆棒冰
- 产物预览

- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "green_delight_nullgr:slime_popsicle",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:slime_ball",
"minecraft:ice",
"minecraft:stick"
],
"outputIds": [
"green_delight_nullgr:slime_popsicle"
],
"pattern": [
" C",
"EC ",
"DE "
],
"grid": [
null,
null,
"minecraft:slime_ball",
"minecraft:ice",
"minecraft:slime_ball",
null,
"minecraft:stick",
"minecraft:ice",
null
],
"ingredients": [
{
"slot": "C",
"item": "minecraft:slime_ball",
"data": 0
},
{
"slot": "E",
"item": "minecraft:ice",
"data": 0
},
{
"slot": "D",
"item": "minecraft:stick",
"data": 0
}
],
"results": [
{
"count": 1,
"item": "green_delight_nullgr:slime_popsicle",
"data": 0
}
],
"slots": [
{
"id": "minecraft:slime_ball",
"rawId": "minecraft:slime_ball",
"aux": "undefined",
"count": 1,
"label": "slime ball",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:ice",
"rawId": "minecraft:ice",
"aux": "undefined",
"count": 1,
"label": "ice",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:slime_ball",
"rawId": "minecraft:slime_ball",
"aux": "undefined",
"count": 1,
"label": "slime ball",
"iconUrl": "undefined",
"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": "green_delight_nullgr:slime_popsicle",
"rawId": "green_delight_nullgr:slime_popsicle",
"aux": "undefined",
"count": 1,
"label": "史莱姆棒冰",
"iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_cq2iqBBZ/textures/items/green/slime_popsicle.png",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}