Storage Drawers: Natura Pack

Storage Drawers: Natura Pack

9M Downloads

[1.12] Localisation Completely Broken

SnowShock35 opened this issue ยท 8 comments

commented

Hi @jaquadro,

It appears the latest update of Storage Drawers for Minecraft 1.12 has an issue. Here are the details regarding said issue:

Issue Information

  • Minecraft 1.12
  • Minecraft Forge 14.21.1.2405
  • Chameleon 1.12-4.1.1
  • Storage Drawers 1.12-5.2.4

Issue Description

All localisation is broken... I think you made a boo boo.

Issue Media

commented

@jaquadro I had no issues in both dev and once built.

commented

Oh dear :/ That's not good.

commented

I think I may have gotten myself into a situation where fixing it in release breaks it in dev and vis versa.

commented

Yup. "Fixed" in 5.2.5, but it's totally broken in my dev env now.

commented

Would you like me to try see if it's just your dev environment and setup my own storage drawers dev env?

commented

Maybe? The problem seems to revolve around pack.mcmeta and lower-casing my lang files to match vanilla/other mods I've looked at.

Without the pack.mcmeta file, dev runtime is fine but release is borked. With the pack.mcmeta file, it's the other way around.

commented

I'll give it a shot here in a sec and I'll let you know if I have any luck

commented

Finally figured this out. The files were still uppercase in IDEA's /out/production. Since Windows files are caseless, it didn't update the names even though the source files were all lower.