mirror of
https://github.com/minetest-mods/technic.git
synced 2025-02-23 07:10:19 +01:00
Add digiline rules to inactive reactor
28536514271b1c14928a72e15eca701858f0c203 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 interface
|
||||||
digiline = {
|
digiline = {
|
||||||
receptor = {action = function() end},
|
receptor = {
|
||||||
|
rules = technic.digilines.rules,
|
||||||
|
action = function() end,
|
||||||
|
},
|
||||||
effector = {
|
effector = {
|
||||||
action = digiline_def
|
rules = technic.digilines.rules,
|
||||||
|
action = digiline_def,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user