Integrated Dynamics

Integrated Dynamics

63M Downloads

[DEV] Localization does not work when dev-built

rubensworks opened this issue ยท 3 comments

commented

When building an ID jar locally, localizations don't work when running the mod elsewhere in a dev environment.

commented

Ok, the problem seems to be caused by language file names being mixed case. It looks like Forge doesn't handle this consistently.

In any case, it's probably a good idea to make all language file names (in all CC mods) completely lowercase.

commented

Resolved in ef70d56

Also applied on all other CC mods.

commented

If those are lowercase now, I think we need to add a pack.mcmeta too.

I added it to ID in #424; can you add it everywhere else?