Change Armor Stats to be like netherite

This commit is contained in:
2025-01-06 17:04:28 -06:00
parent 236d5be823
commit 8eca7686c7

View File

@@ -17,6 +17,6 @@ public class ModArmorMaterials {
attribute.put(ArmorType.CHESTPLATE, 9);
attribute.put(ArmorType.HELMET, 5);
attribute.put(ArmorType.BODY, 11);
}), 15, SoundEvents.ARMOR_EQUIP_NETHERITE,
}), 20, SoundEvents.ARMOR_EQUIP_NETHERITE,
4f, 0.1f, ModTags.Items.NUGGET_REPAIRS, ResourceLocation.fromNamespaceAndPath(NuggetMod.MOD_ID, "nugget"));
}