flying up high enough now sends you into orbit

This commit is contained in:
Pyritie 2026-01-28 00:54:03 +00:00
parent 22262aac78
commit ec477c70d8
5 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{
"from": "ad_astra:glacio",
"to": "ad_astra:glacio_orbit",
"from_y_min": 500,
"from_y_max": 600,
"to_y": -64,
"cloud_platform": false
}

View file

@ -0,0 +1,8 @@
{
"from": "ad_astra:mars",
"to": "ad_astra:mars_orbit",
"from_y_min": 500,
"from_y_max": 600,
"to_y": -64,
"cloud_platform": false
}

View file

@ -0,0 +1,8 @@
{
"from": "ad_astra:mercury",
"to": "ad_astra:mercury_orbit",
"from_y_min": 500,
"from_y_max": 600,
"to_y": -64,
"cloud_platform": false
}

View file

@ -0,0 +1,8 @@
{
"from": "minecraft:overworld",
"to": "ad_astra:earth_orbit",
"from_y_min": 500,
"from_y_max": 600,
"to_y": -64,
"cloud_platform": false
}

View file

@ -0,0 +1,8 @@
{
"from": "ad_astra:venus",
"to": "ad_astra:venus_orbit",
"from_y_min": 500,
"from_y_max": 600,
"to_y": -64,
"cloud_platform": false
}