Jade ๐Ÿ”

Jade ๐Ÿ”

45M Downloads

Config not honored across game restart

MeeniMc opened this issue ยท 0 comments

commented

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

https://paste.ee/p/XPHEE

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:

  1. jade/jade.json (options from that file are always honored)
  2. jade/jade_plugins.json (options modified in the GUI show as modified in the file)
  3. jade/plugins.json (options modified in the GUI do not update in this file, this appears to be a duplicate of jade_plugins.json)