
Incorrect Flower Type
lucidobservor opened this issue ยท 1 comments
CustomOrechidSubtile.java:353 currently says
tooltip.add(TextFormatting.BLUE + I18n.translateToLocal("botania.flowerType.special"));
The string "botania.flowerType.special" has no definition in the Botania lang file. Either add a localization for it or do what I think you probably meant to do and use "botania.flowerType.misc" instead.