mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 07:40:37 +02:00
Nuclear reactor conduct digilines above/below
This commit is contained in:
@ -464,9 +464,13 @@ minetest.register_node("technic:hv_nuclear_reactor_core_active", {
|
||||
|
||||
-- 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