mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-16 13:34:06 +09:00
ungenerated chunks are now filled with 0xFFFF
This commit is contained in:
@@ -132,5 +132,6 @@ object Block {
|
||||
const val WATER = "basegame:4095"
|
||||
|
||||
const val NULL = "basegame:-1"
|
||||
const val NOT_GENERATED = "basegame:-2"
|
||||
|
||||
}
|
||||
|
||||
@@ -12,5 +12,4 @@ object Fluid {
|
||||
val WATER = "fluid@basegame:1"
|
||||
val LAVA = "fluid@basegame:2"
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user