goldfiction

redstone toggle

Jul 11th, 2024
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. while true do
  2. redstone.setOutput("top", not redstone.getOutput("top"))
  3. sleep(0.5)
  4. end
Add Comment
Please, Sign In to add comment