mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 03:24:06 +09:00
wire pieces will be 'lit' when it receives power (power propagation not implemented)
This commit is contained in:
@@ -156,6 +156,7 @@ object BlockCodex {
|
||||
prop.nameKey = record.get("name")
|
||||
|
||||
prop.id = "$modname:$key"
|
||||
prop.numericID = key
|
||||
prop.drop = "$modname:${intVal(record, "drop")}"
|
||||
|
||||
prop.shadeColR = floatVal(record, "shdr")
|
||||
|
||||
Reference in New Issue
Block a user