You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running cubiomes-viewer in headless mode, the session file is immediately overwritten removing all previously found seeds and only keeping the last discovered seed as progress value.
The text was updated successfully, but these errors were encountered:
* added 1.21.2 to versions, as well as an experimental 1.21.3 for the pale_garden biome
* added trial chamber finder
* added inner linked gateways
* fixed inaccurate End generation at large distances from 0,0
* fixed copying seeds from matching seed list (#302)
* fixed non-persistent search progress and results list in headless mode (#310)
As of release 4.1.0 the search progress is now continuously updated in the output file, so a search can be aborted and restarted at any point. Also the result list is now copied to the output file, unless --reset is specified as an argument.
Expected Behavior
session.save would be updated and discovered seeds appended at the end of the file
Current behaviour
session.save is reset while only keeping the very last seed
Environment
Steps to reproduce
Detailed description
When running cubiomes-viewer in headless mode, the session file is immediately overwritten removing all previously found seeds and only keeping the last discovered seed as progress value.
The text was updated successfully, but these errors were encountered: