Develop 1.8 #20

Merged
Kan18 merged 242 commits from develop-1.8 into master-1.8 2019-11-10 20:52:08 -05:00
Showing only changes of commit 0aa0841b76 - Show all commits

View File

@@ -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