Advertisement
MMOAtlantian

SNAD setup

Dec 29th, 2020 (edited)
1,123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. print("free be the SNAD")
  2. while true do
  3. redstone.setOutput("left", true);
  4. redstone.setOutput("right", true);
  5. sleep(.1);
  6. redstone.setOutput("left", false);
  7. redstone.setOutput("right", false);
  8. sleep(.1);
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement