Seaswimmer
a8b8b94298
**This update BREAKS all existing guns!** Renamed all of the guns in the pack to match their english localization files
47 lines
765 B
JSON
47 lines
765 B
JSON
{
|
|
//材料
|
|
"materials": [
|
|
{
|
|
"item": {
|
|
//材料类型
|
|
"tag": "forge:gems/diamond"
|
|
},
|
|
"count": 8
|
|
},
|
|
{
|
|
"item": {
|
|
//特定的某种材料
|
|
"item": "minecraft:copper_ingot"
|
|
},
|
|
"count": 145
|
|
},
|
|
{
|
|
"item": {
|
|
//特定的某种材料
|
|
"item": "minecraft:quartz"
|
|
},
|
|
"count": 35
|
|
},
|
|
{
|
|
"item": {
|
|
//特定的某种材料
|
|
"item": "minecraft:lime_dye"
|
|
},
|
|
"count": 6
|
|
},
|
|
{
|
|
"item": {
|
|
//特定的某种材料
|
|
"item": "minecraft:iron_ingot"
|
|
},
|
|
"count": 70
|
|
}
|
|
],
|
|
//输出结果
|
|
"result": {
|
|
//类型
|
|
"type": "gun",
|
|
//输出物品
|
|
"id": "emxarms:emx_helios"
|
|
}
|
|
}
|