diff --git a/farms/superTreefarm.lua b/farms/superTreefarm.lua index 28459f2..f31b1f5 100644 --- a/farms/superTreefarm.lua +++ b/farms/superTreefarm.lua @@ -564,6 +564,7 @@ local function fell() local blocks = scan(HOME_PT, filter) if not Util.every(blocks, function(b) return b.y < 6 end) then -- tree might be above low scan range, do a scan higher up + equip('left', PICKAXE) blocks = scan(HIGH_PT, filter) end