Jump to content

[Solved][1.11] Problem with Mod Localization from Update


Malkierian

Recommended Posts

So I've been trying to update a mod (not mine, but for private use) from 1.10.2 to 1.11, and I've managed to resolve all of the error-generating problems, but now I can't figure out why the mod's localization .lang files aren't being parsed and injected.  This is happening both in Eclipse's debug and in an obfuscated runtime environment.  I've debugged the entire process down to the point of seeing that the mod is added to the resource pack, but the lang files are never parsed by the LanguageMap.  I've double checked the file and folder structure a dozen times at least, and it is proper ("assets/{MOD_ID}/lang" from the mod root) in both environments.  In the FMLClientHandler class, under addModAsResource, resourcePackType is not null, and obviously the mod is getting added to the active list and the modNames table (the items and blocks show up in the creative tabs).  Thus, when I load the game, I get tile.{MOD_ID}:{UL_NAME}.name for all of the tooltips over the blocks.  And when I look in the lang file, it's an exact match to whatever block or item may be in question.

 

I am thoroughly lost on this one.  Where can I look next to try to resolve this?

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.