Advertisement
Win4Win

Hour Glass

May 16th, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. while true do
  2. redstone.setOutput("back", false)
  3. redstone.setOutput("bottom", false)
  4. sleep(2)
  5. redstone.setOutput("back", false)
  6. redstone.setOutput("bottom", false)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement