improve laturtle

This commit is contained in:
LordMZTE 2021-11-20 14:50:20 +01:00
parent 1618991a63
commit 5c5870b488

View file

@ -14,6 +14,9 @@ while true do
elseif stripped_detail == nil then
print "No stripped Log to compare against!"
sleep(10)
elseif unstripped_detail.name == stripped_detail.name then
print "Unstripped Log must be a different item then the stripped log!"
sleep(30)
else
turtle.select(2)
if turtle.compareUp() then