OpenCubicChunks / CubicWorldGen

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

World size/boundaries configuration #120

Closed muzikbike closed 3 years ago

muzikbike commented 3 years ago

There's also the nether portal generation boundary (128 blocks before the xz boundaries in vanilla, should probably stay that way if they become configurable) and the y level below which you get damaged (minimum Y minus 64), which could probably remain at their default values for the time being, as I don't see much value in making them changeable beyond that.

Barteks2x commented 3 years ago

There are already ways to do it and there really isn't a good usecase for doing it. If you want to limit accessible world size in preset, just make everything below certain height bedrock. World border is customizable in vanilla and CC won't touch it.