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" }