Advertisement
Ignius12

Spawner_Controller

Jul 23rd, 2021
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local monitor = peripheral.find("monitor")
  2. local modem = peripheral.find("modem")
  3.  
  4. rednet.open("left")
  5.  
  6. print("How many seconds would you like the spawner on for?")
  7. local time = tonumber(read())
  8.  
  9. rednet.send(16, time, "spawner")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement