mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 15:50:39 +02:00
Add digiline rules to inactive reactor
2853651427
added the rules only for active
reactor.
This commit is contained in:
committed by
Buckaroo Banzai
parent
a02a015664
commit
facc8e783c
@ -431,9 +431,13 @@ minetest.register_node("technic:hv_nuclear_reactor_core", {
|
||||
|
||||
-- digiline interface
|
||||
digiline = {
|
||||
receptor = {action = function() end},
|
||||
receptor = {
|
||||
rules = technic.digilines.rules,
|
||||
action = function() end,
|
||||
},
|
||||
effector = {
|
||||
action = digiline_def
|
||||
rules = technic.digilines.rules,
|
||||
action = digiline_def,
|
||||
},
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user