Advertisement
xKevinn

Chest Condense

Oct 31st, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. chest1 = peripheral.wrap("left")
  2. chest2 = peripheral.wrap("right")
  3. chest3 = peripheral.wrap("top")
  4.  
  5. while true do
  6.     sleep(10)
  7.     chest1.condenseItems()
  8.     chest2.condenseItems()
  9.     chest3.condenseItems()
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement