filler = peripheral.wrap("bottom")
while true do
  filler.condenseItems()
  sleep(15)
end
