14 lines
207 B
Text
14 lines
207 B
Text
local args = { ... }
|
|
|
|
local turnedLeft = True
|
|
|
|
local curContainer = 1
|
|
|
|
local function selectMatStack()
|
|
while
|
|
|
|
|
|
local function fillblock()
|
|
shouldTurn = turtle.detect()
|
|
turtle.up()
|
|
selectMatStack()
|