Advertisement
Parg60

cactus_permanent

Nov 21st, 2022
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. while true do
  2. redstone.setOutput("top", true)
  3. os.sleep(0.04)
  4. redstone.setOutput("top", false)
  5. os.sleep(0.04)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement