preparing fluid updater: debug water bucket

This commit is contained in:
Minjae Song
2018-12-12 23:29:30 +09:00
parent 27f79238a1
commit 1f1d6f1eda
9 changed files with 67 additions and 200 deletions

View File

@@ -0,0 +1,13 @@
package net.torvald.terrarum.blockproperties
/**
* Created by minjaesong on 2016-08-06.
*/
object Fluid {
val NULL = 0
val WATER = 1
val STATIC_WATER = -1
}