Guest User

Fabrik

a guest
Aug 12th, 2013
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. os.loadAPI("button")
  2. mon = peripheral.wrap("back")
  3. m.clear()
  4.  
  5. function.filltable()
  6. button.settable("Cobble-Farm",cobble,10,16,9,13)
  7. button.settable("Recycler",recycler,23,29,9,13)
  8. end
  9.  
  10. function.getclick()
  11. event,side,x,x= os.pullEvent("monitor_touch")
  12. button.checkxy(x ,y)
  13. end
  14.  
  15. function cobble()
  16. button.togglebutton("Cobble-Farm")
  17. redstone.setBundledOutput("front",colors.white)
  18. end
  19.  
  20. function recycler()
  21. button.togglebutton("Recycler")
  22. redstone.setBundledOutput("front",colors.orange)
  23. end
Advertisement
Add Comment
Please, Sign In to add comment