scanner app improvements

This commit is contained in:
kepler155c
2018-10-19 19:34:29 -04:00
parent 51e73e1c98
commit 1290ca5486
3 changed files with 56 additions and 35 deletions

View File

@@ -522,15 +522,16 @@ end
local success, msg
if not fs.exists(DICTIONARY_FILE) or options.setTrash.value then
print('Place blocks into the turtles inventor to ignore, such as cobble, stone, gravel, etc.')
print('\nPress enter when ready')
read()
addTrash()
end
Event.addRoutine(function()
turtle.reset()
if not fs.exists(DICTIONARY_FILE) or options.setTrash.value then
print('Add blocks to ignore, press enter when ready')
read()
addTrash()
end
ejectTrash()
turtle.initialize {