summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index a26f7ab..812ca2b 100644
--- a/init.lua
+++ b/init.lua
@@ -72,6 +72,16 @@ minetest.register_node("rgblightstone:rgblightstone", {
end,
light_source = 0,
digiline = {
+ wire = {
+ rules = {
+ {x = 1,y = 0,z = 0},
+ {x = -1,y = 0,z = 0},
+ {x = 0,y = 0,z = 1},
+ {x = 0,y = 0,z = -1},
+ {x = 0,y = 1,z = 0},
+ {x = 0,y = -1,z = 0},
+ },
+ },
receptor = {},
effector = {
action = function(pos, node, channel, msg)