Darkhax-Minecraft / Open-Loader

An open source resource and data loader for Minecraft.
GNU Lesser General Public License v2.1
18 stars 7 forks source link

lang - Translate Error #10

Closed Pet9948 closed 3 years ago

Pet9948 commented 3 years ago

For some reason I cannot upload translation files. What could be the problem? Version: 1.16.5

I even did it with an example from the wiki:

Placed files in: openloader\resources\Example\assets\tconstruct\lang\en_us.lang and nothing changes in the game.

Darkhax commented 3 years ago

Your language file is not correct. All versions of Minecraft supported by OpenLoader use json language files instead of .lang files.

https://github.com/SlimeKnights/TinkersConstruct/blob/1.16/src/main/resources/assets/tconstruct/lang/en_us.json

Pet9948 commented 3 years ago

Json has the same problem.