Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Simple script to refuel a block in front from a spring below the turtle.
- local delay = 5
- local bukkit = 1
- while true do
- turtle.select(bukkit)
- turtle.placeDown()
- os.sleep(0.5)
- turtle.place()
- os.sleep(delay)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement