Advertisement
Alexr360

Drop

Apr 3rd, 2024 (edited)
676
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. print("Activating Drop...")
  2. redstone.setOutput("front", true)
  3. os.sleep(5)
  4.  
  5. print("Stoping Drop...")
  6. redstone.setOutput("front", false)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement