EMXArms/emxarms/recipes/gun/emx_typhon.json
Seaswimmer a8b8b94298
All checks were successful
Actions / Autotagger (push) Successful in 9s
Actions / Build Gunpack (push) Successful in 22s
Version bump to 0.2.4-2
**This update BREAKS all existing guns!**

Renamed all of the guns in the pack to match their english localization files
2024-07-23 19:29:37 -04:00

33 lines
532 B
JSON

{
//材料
"materials": [
{
"item": {
//特定的某种材料
"item": "minecraft:copper_ingot"
},
"count": 10
},
{
"item": {
//特定的某种材料
"item": "minecraft:lime_dye"
},
"count": 1
},
{
"item": {
//特定的某种材料
"item": "minecraft:iron_ingot"
},
"count": 30
}
],
//输出结果
"result": {
//类型
"type": "gun",
//输出物品
"id": "emxarms:emx_typhon"
}
}