EMXArms/emxarms/recipes/attachments/muzzle_emx_encapsulation.json

40 lines
682 B
JSON
Raw Normal View History

{
//材料
"materials": [
{
"item": {
//特定的某种材料
"item": "minecraft:redstone"
},
"count": 24
},
{
"item": {
//特定的某种材料
"item": "minecraft:copper_ingot"
},
"count": 40
},
{
"item": {
//特定的某种材料
"item": "minecraft:netherite_scrap"
},
"count": 2
},
{
"item": {
//特定的某种材料
"item": "minecraft:iron_ingot"
},
"count": 20
}
],
//输出结果
"result": {
//类型
"type": "attachment",
//输出物品
"id": "emxarms:muzzle_emx_encapsulation"
}
}