diff options
Diffstat (limited to 'rgblightstone')
-rw-r--r-- | rgblightstone/init.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rgblightstone/init.lua b/rgblightstone/init.lua index a26f7ab..812ca2b 100644 --- a/rgblightstone/init.lua +++ b/rgblightstone/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) |