Netherrite now has correct toughness

This commit is contained in:
Blue Blancmange 2023-03-30 20:14:38 +01:00
parent 02e4bfe7fb
commit 1bf73b95d3
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ mcl_armor.register_set({
feet = 3,
},
groups = { fire_immune=1 },
toughness = 2,
toughness = 3,
craft_material = "mcl_nether:netherite_ingot",
sound_equip = "mcl_armor_equip_diamond",
sound_unequip = "mcl_armor_unequip_diamond",