From ec0601032069680fc41baa24d40c04e11e5a099e Mon Sep 17 00:00:00 2001 From: Sebastian Lobinger Date: Thu, 19 Nov 2020 16:17:28 +0000 Subject: [PATCH] add connection to direct top node (0;1;0) in rules_alldir of homedecor_lightning/init.lua This allows the rope_light_on_ceiling node to be connected with mesecon in a natural manner. --- homedecor_lighting/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/homedecor_lighting/init.lua b/homedecor_lighting/init.lua index d072f72c..7a2ddaf7 100644 --- a/homedecor_lighting/init.lua +++ b/homedecor_lighting/init.lua @@ -40,6 +40,7 @@ local rules_alldir = { {x = 0, y = 1, z = -1}, {x = 0, y = -1, z = -1}, {x = 0, y = -1, z = 0}, + {x = 0, y = 1, z = 0} } -- mesecons compatibility