Shadows_Player

monitor fuel

Jul 11th, 2022
903
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. rednet.open("top")
  2. local senderId, message, protocol = rednet.receive("turt/comp")
  3.     print(message)
  4.  
  5. if redstone.getInput("front") == true then
  6.     term.clear()
  7.     term.setCursorPos(1,1)
  8.     os.reboot()
  9. end
  10.  
Advertisement
Add Comment
Please, Sign In to add comment