forked from mtcontrib/homedecor_modpack
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.
This commit is contained in:
parent
96a0862833
commit
ec06010320
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user