diff --git a/mine.lua b/mine.lua index 5042cea..d2eb74f 100644 --- a/mine.lua +++ b/mine.lua @@ -330,7 +330,7 @@ function process (stack, starting_point) if canMine(working) then mine(working) else - local new, remainder = split(working, mode.v) + local new, remainder = split(working) table.insert(stack, remainder) table.insert(stack, new) end