Re-add localization checks to tooltips
This commit is contained in:
parent
fc70319fa2
commit
6cd993a619
4 changed files with 7 additions and 3 deletions
|
@ -181,7 +181,7 @@ public class ItemBoundTool extends ItemTool implements IBindable, IActivatable
|
|||
@SideOnly(Side.CLIENT)
|
||||
public void addInformation(ItemStack stack, EntityPlayer player, List<String> tooltip, boolean advanced)
|
||||
{
|
||||
// if (StatCollector.canTranslate(tooltipBase + "desc"))
|
||||
if (TextHelper.canTranslate(tooltipBase + "desc"))
|
||||
tooltip.add(TextHelper.localizeEffect(tooltipBase + "desc"));
|
||||
|
||||
tooltip.add(TextHelper.localize("tooltip.BloodMagic." + (getActivated(stack) ? "activated" : "deactivated")));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue