mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 20:14:05 +09:00
16 lines
263 B
Kotlin
16 lines
263 B
Kotlin
package net.torvald.terrarum.blockproperties
|
|
|
|
import net.torvald.terrarum.gameitems.ItemID
|
|
|
|
|
|
/**
|
|
* Created by minjaesong on 2016-08-06.
|
|
*/
|
|
object Fluid {
|
|
|
|
val NULL = "fluid@basegame:0"
|
|
val WATER = "fluid@basegame:1"
|
|
val LAVA = "fluid@basegame:2"
|
|
|
|
|
|
} |