Config not honored across game restart
MeeniMc opened this issue ยท 0 comments
Mod loader
Fabric
Minecraft version
1.19-rc2
Mod version
7.0.0
Modloader version
Fabric Loader 0.14.6, API 0.55.1+1.19
Modpack info
No response
If bug:
- Can you reproduce this issue with relevant mods only?
If bug: The latest.log file
Issue description
Summary
Options are reset when the game is restarted.
Details
Options are honored when changed in the GUI during the same game session.
One can close a single player world and re-open (do not close the game) and options remain honored.
If one closes the game, and then reload the game, options are reset.
Jade creates 3 config files:
- jade/jade.json (options from that file are always honored)
- jade/jade_plugins.json (options modified in the GUI show as modified in the file)
- jade/plugins.json (options modified in the GUI do not update in this file, this appears to be a duplicate of jade_plugins.json)