Files
escape-from-funcraft-client/tacz/ChaosCraft's Apocalyptic Arsenal/data/lrtactical/recipes/melee/fire_axe.json
T
2026-07-23 16:35:06 +05:00

45 lines
755 B
JSON

{
"type": "tacz:gun_smith_table_crafting",
"materials": [
{
"item": {
"tag": "forge:ingots/iron"
},
"count": 256
},
{
"item": {
"tag": "forge:leather"
},
"count": 16
},
{
"item": {
"tag": "minecraft:logs"
},
"count": 12
},
{
"item": {
"tag": "forge:gems/quartz"
},
"count": 48
},
{
"item": {
"tag": "forge:rods/blaze"
},
"count": 4
}
],
"result": {
"type": "custom",
"group": "lrtactical:melee",
"item": {
"item": "lrtactical:melee",
"nbt": {
"MeleeWeaponId": "lrtactical:fire_axe"
}
}
}
}