EMXArms/emxarms/recipes/attachments/sight_emx_char2.json

26 lines
414 B
JSON
Raw Normal View History

{
//材料
"materials": [
{
"item": {
//特定的某种材料
"item": "minecraft:redstone"
},
"count": 12
},
{
"item": {
//特定的某种材料
"item": "minecraft:iron_ingot"
},
"count": 8
}
],
//输出结果
"result": {
//类型
"type": "attachment",
//输出物品
"id": "emxarms:sight_emx_char2"
}
}