2024-10-06 18:38:27 -07:00

41 lines
826 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"materials": [
{
"item": {
// forge 提供的宽松型 NBT 写法,只要输入物品符合其中的 NBT即可合成
"type": "forge:partial_nbt",
// 默认枪械物品 id
"item": "tacz:ammo",
// 附加的 NBT 数值
// 这里我们填写了枪械 id
"nbt": {
"AmmoId": "emxarms:339x57"
}
},
"count": 60
},
{
"item": {
"item": "minecraft:iron_ingot"
},
"count": 2
},
{
"item": {
"item": "minecraft:amethyst_shard"
},
"count": 1
},
{
"item": {
"item": "minecraft:quartz"
},
"count": 1
}
],
"result": {
"type": "ammo",
"id": "emxarms:339x57fmj",
"count": 60
}
}