[DEV] Localization does not work when dev-built
rubensworks opened this issue ยท 3 comments
When building an ID jar locally, localizations don't work when running the mod elsewhere in a dev environment.
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.
Resolved in ef70d56
Also applied on all other CC mods.
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?