Update ItemModCladding.java

typo from resistence to resistance

:)
This commit is contained in:
Biohazard041 2025-01-13 23:23:38 -05:00 committed by GitHub
parent c7fede2304
commit 2114beccd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,6 @@ public class ItemModCladding extends ItemArmorMod {
@Override
public void addDesc(List list, ItemStack stack, ItemStack armor) {
list.add(EnumChatFormatting.YELLOW + " " + stack.getDisplayName() + " (+" + rad + " radiation resistence)");
list.add(EnumChatFormatting.YELLOW + " " + stack.getDisplayName() + " (+" + rad + " radiation resistance)");
}
}