Re-add localization checks to tooltips
This commit is contained in:
parent
fc70319fa2
commit
6cd993a619
4 changed files with 7 additions and 3 deletions
|
@ -94,7 +94,7 @@ public class ItemBoundSword extends ItemSword implements IBindable, IActivatable
|
|||
{
|
||||
NBTHelper.checkNBT(stack);
|
||||
|
||||
// if (StatCollector.canTranslate("tooltip.BloodMagic.bound.sword.desc"))
|
||||
if (TextHelper.canTranslate("tooltip.BloodMagic.bound.sword.desc"))
|
||||
tooltip.add(TextHelper.localizeEffect("tooltip.BloodMagic.bound.sword.desc"));
|
||||
|
||||
tooltip.add(TextHelper.localize("tooltip.BloodMagic." + (getActivated(stack) ? "activated" : "deactivated")));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue