1
Fork 0

Roflin's makefloor

This commit is contained in:
Nick Overdijk 2012-04-29 17:56:43 +02:00
parent aee8c8ef60
commit 597475acb0

14
makefloor Normal file
View file

@ -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()