Formatting!
This commit is contained in:
parent
029091852d
commit
b56bbef29e
14 changed files with 57 additions and 54 deletions
|
@ -94,7 +94,7 @@ public class ItemBoundSword extends ItemSword implements IBindable, IActivatable
|
|||
NBTHelper.checkNBT(stack);
|
||||
|
||||
if (TextHelper.canTranslate("tooltip.BloodMagic.bound.sword.desc"))
|
||||
tooltip.add(TextHelper.localizeEffect("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