Cleaned up lots of localization

This commit is contained in:
Nick 2016-01-07 15:52:02 -08:00
parent 5c7af4f039
commit 978e50a42e
9 changed files with 21 additions and 24 deletions

View file

@ -82,8 +82,8 @@ public class ItemTelepositionFocus extends ItemBindable
if (coords != null && tag != null)
{
tooltip.add(String.format(StatCollector.translateToLocal("tooltip.BloodMagic.telepositionFocus.coords"), coords.getX(), coords.getY(), coords.getZ()));
tooltip.add(String.format(StatCollector.translateToLocal("tooltip.BloodMagic.telepositionFocus.dimension"), tag.getInteger(Constants.NBT.DIMENSION_ID)));
tooltip.add(TextHelper.localizeEffect("tooltip.BloodMagic.telepositionFocus.coords", coords.getX(), coords.getY(), coords.getZ()));
tooltip.add(TextHelper.localizeEffect("tooltip.BloodMagic.telepositionFocus.dimension", tag.getInteger(Constants.NBT.DIMENSION_ID)));
}
}