Advertisement
TJtheDJ701

Untitled

Sep 27th, 2021
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. cube = peripheral.wrap("left")
  2.  
  3. energy = cube.getEnergy()
  4.  
  5. local allMonitors = table.pack(peripheral.find("monitor"))
  6. for i, monitor in ipairs(allMonitors) do
  7. shell.run("monitor", monitor, "rf")
  8. end
  9.  
  10.  
  11.  
  12.  
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement