Roflin's makefloor
This commit is contained in:
parent
aee8c8ef60
commit
597475acb0
1 changed files with 14 additions and 0 deletions
14
makefloor
Normal file
14
makefloor
Normal 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()
|
Reference in a new issue