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

- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "nether_delight_nullgr:diamond_machete",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:stick",
"minecraft:diamond"
],
"outputIds": [
"nether_delight_nullgr:diamond_machete"
],
"pattern": [
" B",
" B ",
"C "
],
"grid": [
null,
null,
"minecraft:diamond",
null,
"minecraft:diamond",
null,
"minecraft:stick",
null,
null
],
"ingredients": [
{
"slot": "C",
"item": "minecraft:stick",
"data": 0
},
{
"slot": "B",
"item": "minecraft:diamond",
"data": 0
}
],
"results": [
{
"count": 1,
"item": "nether_delight_nullgr:diamond_machete",
"data": 0
}
],
"slots": [
{
"id": "minecraft:diamond",
"rawId": "minecraft:diamond",
"aux": "undefined",
"count": 1,
"label": "diamond",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:diamond",
"rawId": "minecraft:diamond",
"aux": "undefined",
"count": 1,
"label": "diamond",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:stick",
"rawId": "minecraft:stick",
"aux": "undefined",
"count": 1,
"label": "stick",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "nether_delight_nullgr:diamond_machete",
"rawId": "nether_delight_nullgr:diamond_machete",
"aux": "undefined",
"count": 1,
"label": "钻石砍刀",
"iconUrl": "/api/assets/local-farmer-delight-46in1/NetherDelight_RP/textures/items/nether/diamond_machete.png",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}