TFCraft icon indicating copy to clipboard operation
TFCraft copied to clipboard

Tooltip Localization

Open Xechon opened this issue 8 years ago • 0 comments

The tooltip text for the stone type of a soil block points directly to the api's Constants STONE_ALL field, and is never localized. I'm not sure if there are other instances, but simply replacing this with arraylist.add(EnumChatFormatting.DARK_GRAY + StatCollector.translateToLocal("ItemSoil.tooltip." + Global.STONE_ALL[dam].toLowerCase())); should do the trick, I think.

Xechon avatar Aug 20 '16 02:08 Xechon