Skip to content

Improved chunk format

Moritz Zwerger requested to merge improved-chunk-format into master

This merge requests changes the way how chunks are stored. It is not far more dynamic and faster at some points.

This is the base for 21w36a. Minecraft changes after exactly one year how biomes (and also how chunk data in general) is sent to the client.

Done:

  • Noise biome caching
  • Cache neighbour chunks when calculating noise biomes
  • Pack light for chunks in block and skylight

ToDo:

  • Chunk Section store max position
Edited by Moritz Zwerger

Merge request reports