cubiomes-viewer 4.0.0
This release adds a way to find locations in a given seed, as well as a biome sample filter that can check biome proportions.
All scaled coordinates have been changed to use block coordinates. Scaled biome filters and iterators now have a scaling option.
Also, some builds are now deployed via GitHub Actions. These may replace the manually created static builds in a future release. (The dmg for macOS is experimental and might not work.)
Changes:
- added Locations tab to look for position in the current seed
- added filter for Biome Samples to check biome proportions (#173, #266)
- added outline display for the area of selected conditions
- added "from-visible" to conditions editor (#271)
- added inverted range check for climate extremes (#280)
- added option to redistribute condition IDs
- changed area/position input fields to use block coordinates (#265)
- moved scaling of Biome filters to a filter option
- moved step size of Iterators to a filter option
- moved Nether and End biome filters to the Biome category
- enabled Voronoi biome filters (use only when necessary)
- removed Triggers tab, since the Locations tab includes its functionality
- updated some examples
- fixed headless mode to search seeds without a GUI using
--nogui
- fixed octave options and added generated display texts (#253)
- fixed combobox styling