OpenCubicChunks / CubicChunks2

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

big heightmaps (WIP) #97

Closed Cyclonit closed 1 year ago

Cyclonit commented 2 years ago

The goal of this PR is to change our heightmaps to have the same area as cubes. This cuts the amount of heightmaps and heightmap nodes to 1/4 and thus should improve performance. Additionally, by storing larger pieces of the heightmap at once, compression should benefit as well.

This PR is still WIP.

CursedFlames commented 1 year ago

Closing this PR as it's stale.