mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-16 15:30:42 +01:00
Add digiline rules to inactive reactor
2853651427
added the rules only for active
reactor.
This commit is contained in:
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,
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user