From 1b7cb824e713a743a2eaabcb190ffbd014e81b90 Mon Sep 17 00:00:00 2001 From: cheapie Date: Thu, 22 Nov 2018 15:48:52 -0600 Subject: Allow conduction of digilines signals --- init.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) 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) -- cgit v1.2.3