View difference between Paste ID: DAs5wZX8 and 6xs8zq0K
SHOW: | | - or go back to the newest paste.
1-
local tArgs = { ... }
1+
print( "I will ginder for you to be happy" )
2-
if #tArgs ~= 1 then
2+
print( "Hold Ctrl+T to cancel" )
3-
	print( "Usage: quarry size <length>" )
3+
4-
    print( "Place blocks in slots 1 - 14, place landmarks in 16" )
4+
output = turtle.detect()
5-
	return
5+
print( output )
6
7
-- Set length with user input
8
9-
local length = tonumber( tArgs[1] )
9+
10-
if length < 1 then
10+
while i < 900000000 do
11-
	print( "Side length must be positive" )
11+
    turtle.select(1)
12-
	return
12+
    turtle.place()
13
    i = i + 1
14-
local curSlot = 1
14+
15-
function putblockdown()
15+