Advertisement
Shiru21

Untitled

May 1st, 2024
738
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. notes = {}
  2.  
  3. for i = 1, 36 do
  4.     notes[i] = peripheral.wrap("redstoneIntegrator" .. i)
  5. end
  6.  
  7. while true do
  8.     for i= 1, 36 do
  9.         notes[i].setOutput("top", true)
  10.         notes[i].setOutput("top", false)
  11.     end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement