Posted February 6, 20169 yr Hey Guys, Do you know how to add own unlocalized strings to Minecraft, so that you can change them in the *.lang files? Thanks in advance
February 6, 20169 yr Use Block#setUnlocalizedName and Item#setUnlozalizedName for items. I still haven't published a mod because I can never get that in-dev version just right to warrant a public release. And yes, after two years of mod development I am still learning to speak Java. Follow me on GitHub: https://github.com/yooksi Contact me on Twitter: https://twitter.com/yooksi Read my Minecraft blog: https://yooksidoesminecraft.blogspot.de/
February 6, 20169 yr Author Nvm. I got it working ^^ StatCollector#translateToLocal("UNLOCALIZED STRING IN LANG FILE");
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.