p = peripheral.wrap("bottom")
while true do
  p.condenseItems()
  sleep(30)
end
