This commit is contained in:
kepler155c
2017-10-17 22:30:50 -04:00
parent fe79e582cd
commit 7892c0dbb7
2 changed files with 176 additions and 76 deletions

View File

@@ -321,7 +321,7 @@ local function ejectTrash()
if slot.iddmg == 'minecraft:cobblestone:0' then
if cobbleSlotCount == 0 and slot.count > 36 then
turtle.select(slot.index)
turtle.dropDown(32)
turtle.dropDown(slot.count - 36)
end
cobbleSlotCount = cobbleSlotCount + 1
end