Botania

Botania

133M Downloads

Should subtile renderHUD use the translation key provided by the appropriate signature class?

bmwalter68 opened this issue ยท 1 comments

commented

https://github.com/Vazkii/Botania/blob/5841466efa14df253d573d3a7fd99dff2e60c673/src/main/java/vazkii/botania/api/subtile/SubTileGenerating.java#L318

I'm not 100% sure, but from in-game behavior and looking through the code it seems the purpose of the subtile signature classes is to allow addon mods to provide appropriate unlocalized names for rendering. The renderHUD function seems to be hardcoding the unlocalized name to tile.botania:flower..name.

The net effect is if one adds a generating flower via addon they would still need to have a tile.botania:flower entry in their language files in addition to the translation strings specified by the signature.

Apologies if I missed something obvious and thanks for the mod!

commented

This issue is stale because it has been open for a while with no activity. Remove stale label or comment or this will be closed soon.