Advertisement
Guest User

Panel-Turbine

a guest
Apr 26th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. mon = peripheral.wrap("monitor_1")
  2. turbine = peripheral.wrap("BigReactor-Turbine_0")*
  3.  
  4. while true do
  5.     mon.clear()
  6.     mon.write("BONJOURRRRRR")
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement