Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. local me = peripheral.wrap("appeng_me_tilecontroller_0")
  2. local mon = peripheral.wrap("left")
  3.  
  4. --print(me.countOfItemType(15, 0))
  5.  
  6.  
  7.  
  8. mon.clear()
  9. mon.setCursorPos(1,1)
  10. mon.write("     Essence Farm Status     ")
  11. mon.setCursorPos(2,1)
  12. mon.write("-----------------------------")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement