jamesbirtles / ImmersiveIntegration

Integrates IE with other mods, as well as some useful addition to IE itself
http://www.curseforge.com/projects/232159/
21 stars 10 forks source link

Config doesn't get new entries #13

Closed CaitlynMainer closed 9 years ago

CaitlynMainer commented 9 years ago

Updated to the latest release, and my config was overwritten with default values, and does not have the entry for redstoneWireRange

jamesbirtles commented 9 years ago

could you paste in your current config file?

CaitlynMainer commented 9 years ago

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
}
CaitlynMainer commented 9 years ago

Manually adding the redstoneWireRange to the config worked, so I just did that for now.

jamesbirtles commented 9 years ago

So the reason for the override is the category changed to general, not sure why redstoneWireRange didn't generate

jamesbirtles commented 9 years ago

If I remove that config option manually, it gets added back when I launch so I can't reproduce this

CaitlynMainer commented 9 years ago

Sorry, I got super busy.. I just deleted the config, and started the client, the config is missing the " redstoneWireRange " entry.

http://paste.pc-logix.com/view/5e9ee8ab

jamesbirtles commented 9 years ago

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 :)

CaitlynMainer commented 9 years ago

Well, atleast adding the entry manually works, so there's that. Thanks!