Skip to content

Releases: Cubitect/cubiomes-viewer

cubiomes-viewer 1.12.1

11 Dec 13:22
Compare
Choose a tag to compare

Changes:

  • fixed progress save files from previous versions not loading
  • fixed parser for biome colors not reading decimal integers correctly

cubiomes-viewer 1.12.0

07 Dec 22:04
Compare
Choose a tag to compare

Changes:

  • added approximations to biome filter which enables optimizations that trade accuracy for speed
  • added custom grid spacing option
  • added helper for coordinate multiplication of cross-dimension relative locations
  • added village type selector to filters
  • added 1.18 villages, outposts and bastions to known bounding boxes
  • added option for custom biome color overrides
  • updated end gateways for 1.18
  • changed biome names to be version dependent
  • tweaked biome colors for a slightly better contrast in 1.18
  • fixed oceans getting ignored by the biome filter for 1.18
  • fixed 48-bit search for structures (hopefully better this time)
  • fixed the quad-structure search for the large area regime
  • fixed precompiled windows build which had the structure salt options disabled

cubiomes-viewer 1.11.2

02 Dec 21:15
Compare
Choose a tag to compare

Changes:

  • added warning for expensive biome checks (necessary because 1.18 generation is soooooo slow)
  • changed noise biome checks to use a stochastic generation order, which should improve performance for most conditions
  • fixed the search function dead-locking with slow biome conditions
  • fixed a bug that prevented many structure filters from working with the 48-bit search mode
  • fixed Outpost generation in 1.18
  • update for Fortresses and Bastions generation to 1.18
  • tweaks to 1.18 structure checks, should improve accuracy slightly

cubiomes-viewer 1.11.1

29 Nov 21:38
Compare
Choose a tag to compare

Changes:

  • fixed a bug in the 1.18 biome generation
  • fixed some completely wrong stronghold positions for certain seeds in 1.18
  • fixed spawn filter not working at all

cubiomes-viewer 1.11.0

28 Nov 13:11
Compare
Choose a tag to compare

Update for Minecraft 1.18 support.
Warnings for the new generation:

  • The new noise-based algorithm for biome generation is approximately 100x slower than the old one, after optimization.
  • Some structures no longer depend solely on biomes and may fail to generate based on surface height.
    (This effect is most prevalent for desert pyramids and jungle temples.)

Changes:

  • updated cubiomes
  • added 1.18 support for map view, search, and structures
  • added y-level option for the map view and biome filters
  • added separate biome filters for river- and ocean- layers
  • added zoom limits
  • moved large biomes option to main UI

cubiomes-viewer 1.10.0

20 Nov 16:22
Compare
Choose a tag to compare

Release for the 1.10 revision from September.

Changes:

  • fixed several issues by defining relative conditions much more rigorously
    • relative conditions now always use the center of their parent
    • a new helper condition allows for checks at individual instances
  • added condition triggers to analysis tab, this can also be used to look for locations in a given seed
  • added copy teleport command to context menu
  • search performance should be better for several types of searches

cubiomes-viewer 1.9.1

23 Jul 21:17
Compare
Choose a tag to compare

Changes:

  • fixed that Qt was using the executable name for the config location

The application session data would not transfer between versions if you were using the precompiled executables, because the file name changed with each version. This patch specifies a config location which should stay constant moving forwards, but does not fix this retroactively. Sessions from previous versions can be recovered via an export/import of a progress file ("File" -> "Save progress..." / "Load progress...").

cubiomes-viewer 1.9.0

23 Jul 18:41
Compare
Choose a tag to compare

Changes:

  • updated cubiomes
  • added MC versions 1.0 - 1.5
  • added large biomes world type option
  • added custom structure salt override
  • added known bounding box outlines to map view
  • added quad-structure indicators to map view
  • added column for spawn area size to quad-structure dialog
  • changed arrangement of icons so they are sorted by MC version
  • fixed some incorrect values for quad-monument area
  • fixed end gateway positions for 1.17

cubiomes-viewer 1.8.0

08 Jul 21:41
Compare
Choose a tag to compare

changes:

  • updated cubiomes
  • added dark UI theme with better cross-platform compatibility
  • added end gateways
  • added ruined portals for nether
  • added mineshafts
  • added more help info
  • added range option for incremental searches
  • changed map viewer to now respect selected dimensions for structures
  • changed 48-bit generator UI to have a better focus on meaningful settings
  • changed broken condition references to keep their reference id
  • fixed salt and transpose options not working for custom 48-bit seed lists
  • fixed non-seamless map tiling

cubiomes-viewer 1.7.2

10 Jun 16:44
Compare
Choose a tag to compare

Changes:

  • fixed search not working due to faulty id-check introduced in 1.7.1
  • nether and end biome filters are now 48-bit aware, making family block searches much faster