ungenerated chunks are now filled with 0xFFFF

This commit is contained in:
minjaesong
2024-07-11 16:02:57 +09:00
parent d8e6a01735
commit 7b6d7f2b93
13 changed files with 45 additions and 28 deletions

View File

@@ -132,5 +132,6 @@ object Block {
const val WATER = "basegame:4095"
const val NULL = "basegame:-1"
const val NOT_GENERATED = "basegame:-2"
}