Advertisement
Guest User

startup

a guest
May 1st, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. while true do
  2.   local monitor = peripheral.wrap("monitor_4")
  3.   local pw = peripheral.wrap("draconic_rf_storage_0")
  4.  
  5.   monitor.clear()
  6.   monitor.setCursorPos(1,1)
  7.   monitor.write(pw.getEnergyStored())
  8.   sleep(5)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement