mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-15 04:54:05 +09:00
wire pieces will be 'lit' when it receives power (power propagation not implemented)
This commit is contained in:
@@ -104,6 +104,7 @@ object WireCodex {
|
||||
prop.nameKey = record.get("name")
|
||||
|
||||
prop.id = "wire@$modname:$key"
|
||||
prop.numericID = key
|
||||
prop.renderClass = record.get("renderclass")
|
||||
prop.accepts = record.get("accept")
|
||||
prop.inputCount = intVal(record, "inputcount")
|
||||
|
||||
Reference in New Issue
Block a user