forked from VoxeLibre/VoxeLibre
Netherrite now has correct toughness
This commit is contained in:
parent
02e4bfe7fb
commit
1bf73b95d3
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue