Here's the code
local boolreds = redstone.getInput("left")
while true do
if boolreds==true then
turtle.dig()
sleep(15)
turtle.place()
turtle.select(2)
turtle.place()
end
end
Thanks in advance.
Posted 24 December 2015 - 04:44 PM
local boolreds = redstone.getInput("left")
while true do
if boolreds==true then
turtle.dig()
sleep(15)
turtle.place()
turtle.select(2)
turtle.place()
end
end
Thanks in advance.
Posted 24 December 2015 - 05:46 PM
Edited by LBPHacker, 24 December 2015 - 09:04 PM.
Posted 24 December 2015 - 11:35 PM
Posted 25 December 2015 - 12:29 AM
0 members, 1 guests, 0 anonymous users