Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- local stars = 0
- rs.setOutput("bottom", false)
- term.clear()
- term.setCursorPos(1,1)
- print("How many nether stars do you need?")
- stars = io.read()
- for i=1,stars do
- rs.setOutput("bottom",true)
- sleep(2.3)
- rs.setOutput("bottom",false)
- sleep(10)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment