Changes won't save.
Gohirro opened this issue ยท 5 comments
For some reason, the veinmining-client.toml file keeps getting reverted/overwritten to default values, even when saving changes without minecraft (or the launcher) open. How do I add the configs to blacklist stone from being mined up? I can't seem to figure out why it will not keep the saved settings/changes.
Here is how the config file is written when I save it:
["vein mining"]
#Whether to activate vein mining by standing, crouching, or holding down the keybind
#Allowed Values: STANDING, CROUCHING, KEYBINDING
activationState = "STANDING"
blocks = ["#forge:ores"]
blocksPermission = "WHITELIST"
Have you confused the veinmining-client.toml
file with the veinmining-server.toml
file in your world save's serverconfigs
folder? The latter is what you need to edit in order to change block permissions. Trying to add values to the former will reset them because that's not what the client config is used for.
The only file is the client one, its the one I am trying to edit. This is in the root config folder: veinmining-client.toml.