From 0f7a87538d435a758d364e821c08c1cfa65e998c Mon Sep 17 00:00:00 2001 From: Kyle Date: Sat, 1 Sep 2012 18:59:10 -0700 Subject: [PATCH] (oops) forgot the "out" connection --- mesecons_gates/init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mesecons_gates/init.lua b/mesecons_gates/init.lua index fdb0dc1..ce22f1d 100644 --- a/mesecons_gates/init.lua +++ b/mesecons_gates/init.lua @@ -3,11 +3,13 @@ for g in ipairs(gates) do gate = gates[g] if g < 3 then rules = { {x=-1, y=0, z=0}, + {x=1, y=0, z=0}, } else rules = { {x=0, y=0, z=1}, {x=0, y=0, z=-1}, + {x=1, y=0, z=0}, } end for on=0,1 do