OpenCubicChunks / CubicChunks2

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

Store chunk sections for all cubes in columns #35

Open Barteks2x opened 2 years ago

Barteks2x commented 2 years ago

This will allow to implement accessor for sections arrays in ChunkAccess, and with some ASM transformations, reduce code duplication. Cubes would have a reference to that array and their assigned index.