OpenCubicChunks / CubicChunks2

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

Heightmap thread safety #124

Open CursedFlames opened 1 year ago

CursedFlames commented 1 year ago

Heightmaps currently aren't thread safe, this is very bad probably.

Probably want to wait until 32x heightmaps are done before attempting to resolve this.

NotStirred commented 1 year ago

Specifically they are used from main, light, and worldgen threads from memory