mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Update ItemModCladding.java
typo from resistence to resistance :)
This commit is contained in:
parent
c7fede2304
commit
2114beccd2
@ -27,6 +27,6 @@ public class ItemModCladding extends ItemArmorMod {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void addDesc(List list, ItemStack stack, ItemStack armor) {
|
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)");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user