Fixed regression in tuning driver tooltip during 1.10+ port
This commit is contained in:
parent
3f72e4a80b
commit
d2da012ce5
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ public class ItemTuningDriver extends ItemAbstractBase implements IWarpTool {
|
|||
break;
|
||||
}
|
||||
|
||||
tooltip += "\n" + new TextComponentTranslation("item.warpdrive.tool.tuning_driver.tooltip.usage");
|
||||
tooltip += "\n" + new TextComponentTranslation("item.warpdrive.tool.tuning_driver.tooltip.usage").getFormattedText();
|
||||
|
||||
Commons.addTooltip(list, tooltip);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue