TFCraft
TFCraft copied to clipboard
Tooltip Localization
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.