You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: