Advertisement
GhostTV

Reaktor-Test1

Apr 4th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. while true do
  2.     local reactor = peripheral.wrap("BigReactors-Reactor_1")
  3.     local mon = peripheral.wrap("front")
  4.    
  5.     mon.setCursorPos(3,3)
  6.     mon.setTextColor(colors.white)
  7.     mon.Write("Reaktor: ")
  8.     mon.setTextColor(colors.lime)
  9.     mon.write(reactor1.getActive())
  10.        
  11.        
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement