Config doesn't get new entries
CaitlynMainer opened this issue ยท 8 comments
Updated to the latest release, and my config was overwritten with default values, and does not have the entry for redstoneWireRange
Configuration file
general {
# The maximum range of Dense Wires before needing a support [range: 1 ~ 64, default: 8]
I:denseWireRange=8
# Enable/disable the AE2 specific content if AE2 is installed [default: true]
B:enableAE=true
# The maximum range of Fluix Wires before needing a support [range: 1 ~ 64, default: 16]
I:fluixWireRange=16
}
options {
I:denseWireRange=64
I:fluixWireRange=64
}
Manually adding the redstoneWireRange to the config worked, so I just did that for now.
So the reason for the override is the category changed to general, not sure why redstoneWireRange didn't generate
If I remove that config option manually, it gets added back when I launch so I can't reproduce this
Sorry, I got super busy.. I just deleted the config, and started the client, the config is missing the " redstoneWireRange " entry.
I just realised I forgot to add redstoneWireRange to 0.4.0, that is why it is generating on mine but not yours, will be in the next version :)