From 2d8ff9f889450fb5c36016276997544aae98a350 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Fri, 23 Nov 2018 10:39:11 -0500 Subject: update digistuff, farming-redo, homedecor, hotbar, roads, pipeworks, prefab_redo, rgblightstone, signs_lib, street_signs, technic, unifieddyes, and worldedit --- rgblightstone/init.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'rgblightstone') 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) -- cgit v1.2.3