Mine path during return to origin

This commit is contained in:
Emerson Rosen-Jones 2025-08-18 19:07:18 -04:00
parent 8a9b0e4361
commit 4006bd8175

View file

@ -107,7 +107,7 @@ end
function dropOffItems (go_back)
-- Turn off mining
local mine_state = mode.mine
mode.mine = {}
mode.mine = { forward = true }
-- Note current position (assuming facing FORWARD)
local pos_state = { x = mode.x, y = mode.y, z = mode.z }
-- Return to origin, facing BACK