diff --git a/sys/extensions/6.tl3.lua b/sys/extensions/6.tl3.lua index 04e248a..f231f4b 100644 --- a/sys/extensions/6.tl3.lua +++ b/sys/extensions/6.tl3.lua @@ -883,6 +883,9 @@ function turtle.condense() slots[j].count = slots[j].count - transferred slots[i].count = slots[i].count + transferred slots[i].key = slots[j].key + if slots[j].count == 0 then + slots[j].key = nil + end if slots[i].count == 64 then break end