Improved Mobs (Forge)

Improved Mobs (Forge)

8M Downloads

Server config always set to default

Chribit opened this issue · 1 comments

commented

Modloader

Fabric

Minecraft version

1.18.2

Modloader version

0.14.6

Mod version

1.10.9

TenshiLib version

1.6.7

Description

Installed this mod on a fabric server. Added my custom config (tested in singleplayer) before starting the server. Started the server. Config‘s filename got a „_back“ appended i.e. „common.json_back“. Another common.json was created automatically with default settings.

I somehow can not upload my own config. Every time I restart the server, the mod inserts the default settings for the common.json config (the other two are unchanged in my case).

Steps to reproduce

  1. Setup Fabric Server
  2. Install Mod
  3. Add custom config
  4. Start server
  5. Check config folder

Mods that might affect the issue

No response

Logs

https://pastebin.com/ucL32rj5

commented

your json is just wrong.
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated array at line 203 column 8 path $.More Entities.input[114]
somewhere in line 203 the format is messed up.
use a json linter if you have problems