forked from nalc/homedecor_modpack
Merge branch 'master' into 'master'
add connection to direct top node (0;1;0) in rules_alldir of homedecor_lightning/init.lua See merge request VanessaE/homedecor_modpack!16
This commit is contained in:
commit
99d5d96113
|
@ -27,19 +27,20 @@ local word_to_bright = {
|
||||||
}
|
}
|
||||||
|
|
||||||
local rules_alldir = {
|
local rules_alldir = {
|
||||||
{x = 0, y = 0, z = -1}, -- borrowed from lightstones
|
|
||||||
{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 = 1, y = 1, z = 0},
|
{x = -1, y = 0, z = 0},
|
||||||
{x = 1, y = -1, z = 0},
|
{x = 1, y = 0, z = 0},
|
||||||
{x = -1, y = 1, z = 0},
|
{x = 0, y = 0, z = -1}, -- borrowed from lightstones
|
||||||
{x = -1, y = -1, z = 0},
|
|
||||||
{x = 0, y = 1, z = 1},
|
{x = 0, y = 1, z = 1},
|
||||||
{x = 0, y = -1, z = 1},
|
{x = -1, y = 1, z = 0},
|
||||||
|
{x = 0, y = 1, z = 0},
|
||||||
|
{x = 1, y = 1, z = 0},
|
||||||
{x = 0, y = 1, z = -1},
|
{x = 0, y = 1, z = -1},
|
||||||
{x = 0, y = -1, z = -1},
|
{x = 0, y = -1, z = 1},
|
||||||
|
{x = -1, y = -1, z = 0},
|
||||||
{x = 0, y = -1, z = 0},
|
{x = 0, y = -1, z = 0},
|
||||||
|
{x = 1, y = -1, z = 0},
|
||||||
|
{x = 0, y = -1, z = -1},
|
||||||
}
|
}
|
||||||
|
|
||||||
-- mesecons compatibility
|
-- mesecons compatibility
|
||||||
|
|
Loading…
Reference in New Issue
Block a user