Alternate Current

Alternate Current

29M Downloads

Config is always invalid

litetex opened this issue ยท 2 comments

commented

When running this mod I constantly get

[Server thread/INFO]: skipping unknown option 'enabledtrueupdate-order' in Alternate Current config

I think this is because the config is incorrectly written here:

try (BufferedWriter bw = Files.newBufferedWriter(path)) {
bw.write("enabled");
bw.write(Boolean.toString(enabled));
bw.write("update-order");
bw.write('=');
bw.write(updateOrder.id());
bw.newLine();

commented

A basic fix is available via #43

Feel free to check it out :)

commented

well, that is embarrassing - I'll push out a new release real quick