
配方green_delight_nullgr
仙人掌干配方
green_delight_nullgr:cactus_dried
熔炉,产出 green_delight_nullgr:cactus_dried
概述
熔炉,产出 green_delight_nullgr:cactus_dried
- 资料类型
- 配方
- 命名空间
- green_delight_nullgr
- 所属模组
- a54kfe-fe
- 关联资料
- 2 条
配方熔炉blast_furnacecampfiresmoker
用途与获取
- 这是一个熔炉资料。
- 产出:仙人掌干。
- 布局:列表。
关联知识
数据来源
- 来源文件
- behavior_pack_A54KFeFE/netease_recipes/green_delight_nullgr_cactus_dried.json
- 条目 ID
- green_delight_nullgr:cactus_dried
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方

- 类型
- 熔炉
- 布局
- 列表
- 产出
- 仙人掌干
- 产物预览

- 标签
- blast_furnace、campfire、熔炉、smoker
技术区:组件 JSON
{
"recipe": {
"id": "green_delight_nullgr:cactus_dried",
"type": "furnace",
"recipeKind": "furnace",
"layout": "list",
"inputIds": [
"green_delight_nullgr:cactus_peeled"
],
"outputIds": [
"green_delight_nullgr:cactus_dried"
],
"pattern": [],
"grid": [],
"ingredients": [],
"results": [
{
"count": 1,
"item": "green_delight_nullgr:cactus_dried",
"data": 0
}
],
"slots": [
{
"id": "green_delight_nullgr:cactus_peeled",
"rawId": "green_delight_nullgr:cactus_peeled",
"aux": "undefined",
"count": 1,
"label": "去皮仙人掌",
"iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_cq2iqBBZ/textures/items/green/cactus_peeled.png",
"refType": "item"
}
],
"outputs": [
{
"id": "green_delight_nullgr:cactus_dried",
"rawId": "green_delight_nullgr:cactus_dried",
"aux": "undefined",
"count": 1,
"label": "仙人掌干",
"iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_cq2iqBBZ/textures/items/green/cactus_dried.png",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"blast_furnace",
"campfire",
"furnace",
"smoker"
]
}
}