coolsa / Biospheres

Minecraft biospheres for minecraft version 1.16.1 using fabric.
GNU General Public License v3.0
0 stars 6 forks source link

Generator Features Generate Inconsistently #5

Open coolsa opened 4 years ago

coolsa commented 4 years ago

With biomes that have frozen components and a snow layer on top, the glass will generate before the snow sometimes, so the snow will be populated atop the sphere.

This did not happen in the original mod.

coolsa commented 3 years ago

Changed title, this is an overarching issue related to the multi-threaded nature of feature generation. This is not a "major" bug, but a possible solution may be to extend the freezing surface feature to generate the glass overtop the sphere as well, or implementing a custom surface feature to generate said glass.

For ore generation, this will also likely need to be a custom implemented feature, but targeting ore generation instead. We may be able to extend the features to generate at a higher level, but it may just be easier to implement a custom-written one to populate our spheres.