From 597475acb0f1ffcc05f5fb4b58571715715ea5b2 Mon Sep 17 00:00:00 2001 From: Nick Overdijk Date: Sun, 29 Apr 2012 17:56:43 +0200 Subject: [PATCH] Roflin's makefloor --- makefloor | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 makefloor diff --git a/makefloor b/makefloor new file mode 100644 index 0000000..98fe49e --- /dev/null +++ b/makefloor @@ -0,0 +1,14 @@ +local args = { ... } + +local turnedLeft = True + +local curContainer = 1 + +local function selectMatStack() + while + + +local function fillblock() + shouldTurn = turtle.detect() + turtle.up() + selectMatStack()