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

crimson_roots
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 枪药草茎根
- 产物预览

- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "nether_delight_nullgr:propelplant_steam",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"nether_delight_nullgr:propelplant_cane",
"minecraft:crimson_roots"
],
"outputIds": [
"nether_delight_nullgr:propelplant_stem"
],
"pattern": [
"A",
"B"
],
"grid": [
"nether_delight_nullgr:propelplant_cane",
"minecraft:crimson_roots"
],
"ingredients": [
{
"slot": "A",
"item": "nether_delight_nullgr:propelplant_cane"
},
{
"slot": "B",
"item": "minecraft:crimson_roots"
}
],
"results": [
{
"count": 1,
"item": "nether_delight_nullgr:propelplant_stem",
"data": 0
}
],
"slots": [
{
"id": "nether_delight_nullgr:propelplant_cane",
"rawId": "nether_delight_nullgr:propelplant_cane",
"aux": "undefined",
"count": 1,
"label": "枪药草杆",
"iconUrl": "/api/assets/local-farmer-delight-46in1/NetherDelight_RP/textures/items/nether/propelplant_cane.png",
"refType": "item"
},
{
"id": "minecraft:crimson_roots",
"rawId": "minecraft:crimson_roots",
"aux": "undefined",
"count": 1,
"label": "crimson roots",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "nether_delight_nullgr:propelplant_stem",
"rawId": "nether_delight_nullgr:propelplant_stem",
"aux": "undefined",
"count": 1,
"label": "枪药草茎根",
"iconUrl": "/api/assets/local-farmer-delight-46in1/NetherDelight_RP/textures/blocks/nether/propelplant_stem.png",
"refType": "block"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}