OpenCubicChunks / CubicWorldGen

Customizable CubicChunks world generation
MIT License
55 stars 23 forks source link

[1.13+] Checkerboard biomes #93

Closed muzikbike closed 3 years ago

muzikbike commented 4 years ago

The vanilla buffet world has an inaccessible setting that causes biomes to generate in a periodic checkerboard pattern instead of the usual natural way, which should probably be ported to future 1.13+ CustomCubic versions.

Each biome can be any exponent of 2 size from one block upwards, with one chunk being the default setting (although negative exponents are obviously needed for sizes below one chunk - CWG should probably have it be chunks of size 2^biomesize instead). This size setting could be controlled the same way as current biome sizes are, although obviously handled differently in the code. Any number of different biomes can be selected.

muzikbike commented 4 years ago

Could be set to either periodic, as to resemble a checkerboard, or random, to look like this: https://youtu.be/LlglgtHBS6k

muzikbike commented 3 years ago

Closing this as 1.16 introduces a biome_source option for custom dimensions; 1.17 (the first 1.12+ version to get CWG if all goes as planned) should be able to select this by default.