Posted December 2, 201213 yr So I've seen that Minecraft Forge allows you to add localizations for mobs, but I haven't seen anything to do with adding localizations for blocks and items. It's not really necessary for my mod, but I would like to be able to add localizations for my blocks and items. Thanks in advance if you have any help!
December 4, 201213 yr You could look at buildcraft's way of doing it. Protip: try and find answers yourself before asking on the forum. It's pretty likely that there is an answer. Was I helpful? Give me a thank you! http://bit.ly/HZ03zy[/img] Tired of waiting for mods to port to bukkit? use BukkitForge! (now with a working version of WorldEdit!)
December 6, 201213 yr Author So I thought I had it figured out through Entity localization and etc. and used code like this LanguageRegistry.instance().addStringLocalization("tile.oreAmethyst", "en_US", "Amethyst Ore"); for blocks and LanguageRegistry.instance().addStringLocalization("item.amethyst", "en_US", "Amethyst"); for items. However, now none of the blocks or items have any name in-game anymore.
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.