SuperMartijn642/Wormhole

[Bug] Config not saving

Closed this issue · 4 comments

Version Info

  • Minecraft: 1.18.2
  • Wormhole: 1.1.10

Description of the Bug
The config file doesn't save when changed

Steps to Reproduce

  1. Edit the config
  2. Reload the game

Screenshots
N?A

Game log:
latest.log

I cannot reproduce the issue. What entries in the config are you changing and to what values?

I changed almost all of it, here's my config:
wormhole-common.txt

Had to make it a text file for GitHub to accept it.

Thank you, the problem seems to be the spaces in the table names.

- [Power Consumption]
+ ["Power Consumption"]

This should already have been fixed in my config library version 1.1.4. It will regenerate the values of tables which had spaces in their name, after that you should be able to edit those values just fine.
What version of my config library are you using?

1.1.6, had this config since I downloaded the mod, so that might be why. Guess I can manually copy the changes over.

Edit: Tested it, didn't work. Gonna delete the config and see if that fixes it.

Edit 2: Fixed it, regenerated the config and re-did my changes. Gonna close the issue now.