delvr / Farseek

A Scala API for Minecraft mods.
https://minecraft.curseforge.com/projects/farseek
20 stars 4 forks source link

[Suggestion] Config option to remove the warning #32

Closed Eufranio closed 7 years ago

Eufranio commented 7 years ago

When the server is starting, for EACH world loaded, the game will print this:

[FML]: The following Farseek mod(s) can cause issues with existing worlds:
Streams: Can cause unexpected behavior such as incomplete rivers.
It is recommended to make backups of your world before proceeding.
Continue?
Run the command /fml confirm or or /fml cancel to proceed.
Alternatively start the server with -Dfml.queryResult=confirm or -Dfml.queryResult=cancel to preselect the answer.

This is quite annoying when I know what I'm doing, I suggest you adding a config option to disable this message.

JonoColwell commented 7 years ago

per last comment on #16 there is apparently a patch prepared which will fix the check problem alongside fixing sponge capability.

delvr commented 7 years ago

This is correct, the underlying problem will soon go away without need for a config workaround. Merging this issue with https://github.com/delvr/Farseek/issues/16.