Posted May 30, 201510 yr LanguageRegistry.instance().addStringLocalization is now deprecated for removal for 1.8, will there be another method created to alter localization at run-time? currently I am able to dynamically add string localization, will that functionality be removed? Example: I am creating a mod that dynamically adds achievements from a config file. My mod reads all categories and creates an achievement for each one. Those achievements then can be unlocked using a command, which checks to see if they met the conditions. (by checking their inventory to see if they have the blocks required for the achievement)
May 31, 201510 yr Author without the localizations it shows up as "achievement.<name>" with localization is shows up as "<name>" in game when you unlock the achievement. is there another way to fix that?
May 31, 201510 yr Yes, add 'achivement.<name>=<name>' to your lang file.. you know... like you're supposed to. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.