![Better Combat [Fabric & Forge]](https://media.forgecdn.net/avatars/thumbnails/566/413/256/256/637925434672465483.png)
JSON Syntax Error in lang/ja_jp.json Causing Language File to Be Skipped
kazumadness opened this issue ยท 1 comments
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:
[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!
Thank you for your attention to this matter.