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

39 lines
669 B
JSON

{
"type": "tacz:gun_smith_table_crafting",
"materials": [
{
"item": {
"tag": "forge:ingots/iron"
},
"count": 128
},
{
"item": {
"tag": "forge:leather"
},
"count": 18
},
{
"item": {
"tag": "minecraft:logs"
},
"count": 24
},
{
"item": {
"tag": "forge:gems/quartz"
},
"count": 32
}
],
"result": {
"type": "custom",
"group": "lrtactical:melee",
"item": {
"item": "lrtactical:melee",
"nbt": {
"MeleeWeaponId": "lrtactical:hardened_katana"
}
}
}
}