mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-31 03:38:13 +02:00
The size of chunks in the region format is overdetermined. In particular their size on disk is indicated by both a sector count in the header, and actual size in the body. If their size would overflow the header field (>= 255 sectors), it can just be read directly from the body instead. This code/concept was adapted from MinecraftForge. By: md_5 <git@md-5.net> |
||
---|---|---|
.. | ||
status | ||
storage | ||
ChunkAccess.java.patch | ||
ChunkGenerator.java.patch | ||
ChunkGeneratorStructureState.java.patch | ||
DataLayer.java.patch | ||
LevelChunk.java.patch | ||
LevelChunkSection.java.patch |