Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Lava Quelle vorne
- -- Tank unter der Turtle
- while true do
- local success, data = turtle.inspect()
- if success then
- if(data.name == "minecraft:lava_cauldron") then
- turtle.select(1)
- turtle.place()
- turtle.dropDown()
- os.sleep(1)
- turtle.suckDown()
- end
- end
- os.sleep(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment