Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local res, data = turtle.inspectDown()
- if(res == true) then
- local nm = data.name
- if(nm == "create:dolomite") then
- print("Docked at Dolomite Station")
- os.loadAPI("moveApi")
- moveApi.savePosition(0,-1,0,52,0)
- elseif(nm == "botania:livingwood") then
- print("Docked at Livingwood Station")
- os.loadAPI("moveApi")
- moveApi.savePosition(0, -1, 15, 52, 0)
- end
- end
Add Comment
Please, Sign In to add comment