app tweaks

This commit is contained in:
kepler155c@gmail.com
2018-12-23 02:17:59 -05:00
parent e69d68c7b4
commit 29af471374
2 changed files with 28 additions and 9 deletions

View File

@@ -548,7 +548,7 @@ local function fellTrees(blocks)
end
for pt in Point.iterateClosest(turtle.point, blocks) do
if pt.sapling then
turtle.suckDownAt(pt)
repeat until not turtle.suckDownAt(pt)
else
turtle.digAt(pt)
end