EMXArms/emxarms/recipes/gun/emx_umx32.json
Seaswimmer 88c2f1a3bb
add 1.7 files
Signed-off-by: Seaswimmer <seaswimmerthefsh@gmail.com>
2024-07-22 14:54:19 -04:00

40 lines
No EOL
642 B
JSON

{
//材料
"materials": [
{
"item": {
//材料类型
"tag": "forge:gems/diamond"
},
"count": 2
},
{
"item": {
//特定的某种材料
"item": "minecraft:copper_ingot"
},
"count": 50
},
{
"item": {
//特定的某种材料
"item": "minecraft:lime_dye"
},
"count": 3
},
{
"item": {
//特定的某种材料
"item": "minecraft:iron_ingot"
},
"count": 48
}
],
//输出结果
"result": {
//类型
"type": "gun",
//输出物品
"id": "emxarms:emx_umx32"
}
}