Cubitect / cubiomes-viewer

An efficient graphical Minecraft seed finder and map viewer.
GNU General Public License v3.0
1.03k stars 61 forks source link

Feature request - Remove the removed biomes for 1.18+ from the biome color editor gui. #150

Closed ILikeTrains27 closed 2 years ago

ILikeTrains27 commented 2 years ago

In 1.18, many biomes such as the hills variants were removed from the game, but they still appear in the biome color editor screen. Also, the list of biomes there is in kind of a random order.

Cubitect commented 2 years ago

The biome color maps are not specific to a Minecraft version and therefore use the superset of biomes across all versions and dimensions. They are sorted by ascending biome ID, which admittedly is as not as useful anymore in 1.18, but keeps it consistent with the conditions editor.

Cubitect commented 2 years ago

The biome color editor now arranges the biomes alphabetically and separates the biomes that are not available in the current map view setting.

ILikeTrains27 commented 2 years ago

wow that's amazing, thank you so much!