Advertisement
MarsP4ste

Redstone--allOff

Jun 12th, 2021 (edited)
627
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. local all = require("component")
  2. local sides = require("sides")
  3. local list = all.list("redstone")
  4.  
  5. for add in list do
  6.   all.proxy(add).setOutput(0,0)
  7.   all.proxy(add).setOutput(1,0)
  8.   all.proxy(add).setOutput(2,0)
  9.   all.proxy(add).setOutput(3,0)
  10.   all.proxy(add).setOutput(4,0)
  11.   all.proxy(add).setOutput(5,0)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement