OpenCubicChunks / CubicChunks2

Infinite* height mod for Minecraft - rewrite for versions above 1.12
MIT License
72 stars 21 forks source link

BigChunks and cube-width heightmaps #125

Open CursedFlames opened 1 year ago

CursedFlames commented 1 year ago

We want to implement a BigChunk that's effectively a cube-scale chunk, modify heightmaps to be stored on BigChunks and be cube-scale instead, and have regular LevelChunks use wrapper heightmaps that offset coordinates and refer to the cube-scale heightmaps on the BigChunks.