a5038c08564e3ccaae85ca96a3d73b89c2b56b6a
When ChunkAccess was converted to an abstract class some versions ago, the code to initialise nibble arrays should have been moved. However, the code was not moved and so now mods constructing their own implementations of ChunkAccess would not have the nibble arrays initialised. Fixes https://github.com/PaperMC/Starlight/issues/186
Languages
Java
100%