small updates + elytraFly hud

This commit is contained in:
kepler155c@gmail.com
2019-02-28 22:34:02 -05:00
parent 389038dc77
commit 838b7d5d69
6 changed files with 34 additions and 15 deletions

View File

@@ -24,9 +24,7 @@ while true do
return acc
end, { })
Point.eachClosest(turtle.point, sensed, function(s)
turtle.suckDownAt(s)
end)
Point.eachClosest(turtle.point, sensed, turtle.suckDownAt)
os.sleep(5)
end