forked from minetest-mods/mesecons
(oops) forgot the "out" connection
This commit is contained in:
parent
6f1296198c
commit
0f7a87538d
|
@ -3,11 +3,13 @@ for g in ipairs(gates) do gate = gates[g]
|
||||||
if g < 3 then
|
if g < 3 then
|
||||||
rules = {
|
rules = {
|
||||||
{x=-1, y=0, z=0},
|
{x=-1, y=0, z=0},
|
||||||
|
{x=1, y=0, z=0},
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
rules = {
|
rules = {
|
||||||
{x=0, y=0, z=1},
|
{x=0, y=0, z=1},
|
||||||
{x=0, y=0, z=-1},
|
{x=0, y=0, z=-1},
|
||||||
|
{x=1, y=0, z=0},
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
for on=0,1 do
|
for on=0,1 do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user