Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. while true do
  2. local reactor1 = peripheral.wrap("BigReactors-Reactor_4")
  3. local mon = peripheral.wrap("monitor_0")
  4. mon.clear()
  5.  
  6. mon.setCursorPos(1,1)
  7. mon.setTextColor(colors.white)
  8. mon.write("Lager: ")
  9. mon.setTextColor(colors.lime)
  10. mon.write(math.floor(reactor1.getEnergyStored()))
  11.  
  12. sleep(5)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement