fix swine-steel axes from not having the lumberjack property

This commit is contained in:
Pyritie 2025-12-13 15:12:47 +00:00
parent 88b13b566b
commit dcafe25325
4 changed files with 4 additions and 4 deletions

View file

@ -217,7 +217,7 @@
}, },
{ {
"function": "minecraft:set_nbt", "function": "minecraft:set_nbt",
"tag": "{\"tfc:forging_bonus\": 3}" "tag": "{\"tfc:forging_bonus\": 3, \"GT.Behaviours\":{\"DisableShields\":1, \"TreeFelling\":1},}"
} }
], ],
"weight": 100 "weight": 100

View file

@ -217,7 +217,7 @@
}, },
{ {
"function": "minecraft:set_nbt", "function": "minecraft:set_nbt",
"tag": "{\"tfc:forging_bonus\": 3}" "tag": "{\"tfc:forging_bonus\": 3, \"GT.Behaviours\":{\"DisableShields\":1, \"TreeFelling\"}"
} }
], ],
"weight": 100 "weight": 100

View file

@ -217,7 +217,7 @@
}, },
{ {
"function": "minecraft:set_nbt", "function": "minecraft:set_nbt",
"tag": "{\"tfc:forging_bonus\": 3}" "tag": "{\"tfc:forging_bonus\": 3, \"GT.Behaviours\":{\"DisableShields\":1, \"TreeFelling\"}"
} }
], ],
"weight": 100 "weight": 100

View file

@ -177,7 +177,7 @@
"functions": [ "functions": [
{ {
"function": "minecraft:set_nbt", "function": "minecraft:set_nbt",
"tag": "{\"tfc:forging_bonus\": 4, \"HideFlags\":1, \"Enchantments\": [{\"id\":\"minecraft:infinity\",\"lvl\":\"1s\"}]}" "tag": "{\"tfc:forging_bonus\": 4, \"GT.Behaviours\":{\"HarvestIce\":1}, \"HideFlags\":1, \"Enchantments\": [{\"id\":\"minecraft:infinity\",\"lvl\":\"1s\"}]}"
} }
] ]
}, },