40 lines
2.1 KiB
Mcfunction
40 lines
2.1 KiB
Mcfunction
|
scoreboard players set @s dut_motion_y 2580
|
||
|
tag @s remove dut_carrier_rocket_up
|
||
|
tag @s add dut_carrier_rocket_down
|
||
|
execute as @s on passengers run tag @s add dut_rocket_passengers
|
||
|
execute as @s on passengers run scoreboard players set @s dut_time 40
|
||
|
execute as @s[tag=dut_to_earth_orbit] on passengers in ad_astra:earth_orbit run tp @s ~ ~ ~
|
||
|
execute as @s[tag=dut_to_earth_orbit] in ad_astra:earth_orbit run tp @s ~ ~ ~
|
||
|
|
||
|
execute as @s[tag=dut_to_earth] on passengers in minecraft:overworld run tp @s ~ ~ ~
|
||
|
execute as @s[tag=dut_to_earth] in minecraft:overworld run tp @s ~ ~ ~
|
||
|
|
||
|
execute as @s[tag=dut_to_moon_orbit] on passengers in ad_astra:moon_orbit run tp @s ~ ~ ~
|
||
|
execute as @s[tag=dut_to_moon_orbit] in ad_astra:moon_orbit run tp @s ~ ~ ~
|
||
|
|
||
|
execute as @s[tag=dut_to_moon] on passengers in ad_astra:moon run tp @s ~ ~ ~
|
||
|
execute as @s[tag=dut_to_moon] in ad_astra:moon run tp @s ~ ~ ~
|
||
|
|
||
|
execute as @s[tag=dut_to_mars_orbit] on passengers in ad_astra:mars_orbit run tp @s ~ ~ ~
|
||
|
execute as @s[tag=dut_to_mars_orbit] in ad_astra:mars_orbit run tp @s ~ ~ ~
|
||
|
|
||
|
execute as @s[tag=dut_to_mars] on passengers in ad_astra:mars run tp @s ~ ~ ~
|
||
|
execute as @s[tag=dut_to_mars] in ad_astra:mars run tp @s ~ ~ ~
|
||
|
|
||
|
execute as @s[tag=dut_to_glacio_orbit] on passengers in ad_astra:glacio_orbit run tp @s ~ ~ ~
|
||
|
execute as @s[tag=dut_to_glacio_orbit] in ad_astra:glacio_orbit run tp @s ~ ~ ~
|
||
|
|
||
|
execute as @s[tag=dut_to_glacio] on passengers in ad_astra:glacio run tp @s ~ ~ ~
|
||
|
execute as @s[tag=dut_to_glacio] in ad_astra:glacio run tp @s ~ ~ ~
|
||
|
|
||
|
execute as @s[tag=dut_to_mercury_orbit] on passengers in ad_astra:mercury_orbit run tp @s ~ ~ ~
|
||
|
execute as @s[tag=dut_to_mercury_orbit] in ad_astra:mercury_orbit run tp @s ~ ~ ~
|
||
|
|
||
|
execute as @s[tag=dut_to_mercury] on passengers in ad_astra:mercury run tp @s ~ ~ ~
|
||
|
execute as @s[tag=dut_to_mercury] in ad_astra:mercury run tp @s ~ ~ ~
|
||
|
|
||
|
execute as @s[tag=dut_to_venus_orbit] on passengers in ad_astra:venus_orbit run tp @s ~ ~ ~
|
||
|
execute as @s[tag=dut_to_venus_orbit] in ad_astra:venus_orbit run tp @s ~ ~ ~
|
||
|
|
||
|
execute as @s[tag=dut_to_venus] on passengers in ad_astra:venus run tp @s ~ ~ ~
|
||
|
execute as @s[tag=dut_to_venus] in ad_astra:venus run tp @s ~ ~ ~
|