Advertisement
Guest User

lava

a guest
Apr 6th, 2020
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. print("Automating the lava!")
  2.  
  3. while true do
  4.     redstone.setOutput("Top", true)
  5.     sleep(10)
  6.     redstone.setOutput("Top", false)
  7.     sleep(6*60)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement