mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-17 22:14:05 +09:00
thermal tags for buckets and fluids
This commit is contained in:
@@ -86,6 +86,8 @@ class FluidCodex {
|
||||
|
||||
prop.material = record.get("mate")
|
||||
|
||||
prop.therm = record.intVal("therm")
|
||||
|
||||
fluidProps[prop.id] = prop
|
||||
|
||||
printdbg(this, "Setting fluid prop ${prop.id} ->>\t${prop.nameKey}")
|
||||
@@ -126,6 +128,8 @@ class FluidProp {
|
||||
|
||||
var reflectance = 0f // the exact colour of the reflected light depends on the texture
|
||||
|
||||
var therm = 0
|
||||
|
||||
@Transient var tags = HashSet<String>()
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user