coolsa / Biospheres

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

Configurable Biosphere Biomes #3

Open coolsa opened 4 years ago

coolsa commented 4 years ago

The biome generation is very different from the sphere generation. There are a few ways I would like to implement this:

The first will likely be the easiest to add in, while the second adds the most compatibility with other mods.

coolsa commented 3 years ago

Further work on this: It may be impossible or far beyond my skill level to implement "biome grabbing", to nab a list of all overworld/nether/end biomes. Instead, the approach will be to create a biome source analogous to the one for the nether, instead of using parameters for altitude, weirdness, etc, we will simply have weighted options.z

Gotta read up on Codec usage however...