Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function rechargeCell()
- turtle.select(0)
- turtle.place()
- isFull = false
- while (!isFull) do
- sleep(5)
- if peripheral.call("right", "get")["Full Energy"] == nil then
- turtle.dig()
- end
- done
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement