You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered an issue with the Japanese translation file for the Better Combat mod, specifically the lang/ja_jp.json file. When the game attempts to load this file, it throws the following error:
[00:11:45] [Render thread/WARN]: Skipped language file: bettercombat:lang/ja_jp.json (com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected name at line 40 column 2 path $.text.autoconfig.bettercombat.option.client.mineWithWeaponBlacklist.@Tooltip)
Use code with caution.
This error indicates that there is a JSON syntax issue at line 40, column 2, which causes the language file to be skipped during the resource pack loading process. As a result, the Japanese translations for the mod are not applied in the game.
I have reviewed and corrected the file to resolve the syntax error. Updating the official file in the mod's repository with the fixed version should help prevent this problem for other users.
If additional details or the corrected file are needed, feel free to reach out!
Hello,
I've encountered an issue with the Japanese translation file for the Better Combat mod, specifically the lang/ja_jp.json file. When the game attempts to load this file, it throws the following error:
This error indicates that there is a JSON syntax issue at line 40, column 2, which causes the language file to be skipped during the resource pack loading process. As a result, the Japanese translations for the mod are not applied in the game.
I have reviewed and corrected the file to resolve the syntax error. Updating the official file in the mod's repository with the fixed version should help prevent this problem for other users.
If additional details or the corrected file are needed, feel free to reach out!
Thank you for your attention to this matter.
ja_jp.json
The text was updated successfully, but these errors were encountered: