Advertisement
peregrin5

spleefComputer

Sep 21st, 2019
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. rednet.open("left")
  2.  
  3. while true do
  4.   if (redstone.getInput("back")) then
  5.     print("Button Pressed")
  6.     rednet.broadcast("rebuild")
  7.   end
  8.   sleep(1)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement