reorg app db

This commit is contained in:
kepler155c@gmail.com
2018-12-26 04:01:11 -05:00
parent 8b354549cc
commit 0a2a3c06dc
9 changed files with 62 additions and 30 deletions

View File

@@ -203,7 +203,7 @@ local s, m = turtle.run(function()
local facing = scanner.getBlockMeta(0, 0, 0).state.facing
turtle.point.heading = Point.facings[facing].heading
turtle.setStatus(string.format('Farming (fuel: %s)', Util.toBytes(turtle.getFuelLevel())))
turtle.setStatus('farming')
print('Fuel: ' .. turtle.getFuelLevel())
turtle.setMovementStrategy('goto')