Sigils descriptions now correctly support formatting
This commit is contained in:
parent
91f88b846f
commit
44a5063f0b
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ public class ItemSigilBase extends ItemBindable implements ISigil {
|
|||
public void addInformation(ItemStack stack, EntityPlayer player, List tooltip, boolean advanced) {
|
||||
|
||||
if (StatCollector.canTranslate(tooltipBase + "desc"))
|
||||
tooltip.add(TextHelper.localize(tooltipBase + "desc"));
|
||||
tooltip.add(TextHelper.localizeEffect(tooltipBase + "desc"));
|
||||
|
||||
super.addInformation(stack, player, tooltip, advanced);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue