flying up high enough now sends you into orbit
This commit is contained in:
parent
22262aac78
commit
ec477c70d8
5 changed files with 40 additions and 0 deletions
8
kubejs/data/simplystacked/config/glacio_to_orbit.json
Normal file
8
kubejs/data/simplystacked/config/glacio_to_orbit.json
Normal 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
|
||||
}
|
||||
8
kubejs/data/simplystacked/config/mars_to_orbit.json
Normal file
8
kubejs/data/simplystacked/config/mars_to_orbit.json
Normal 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
|
||||
}
|
||||
8
kubejs/data/simplystacked/config/mercury_to_orbit.json
Normal file
8
kubejs/data/simplystacked/config/mercury_to_orbit.json
Normal 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
|
||||
}
|
||||
8
kubejs/data/simplystacked/config/overworld_to_orbit.json
Normal file
8
kubejs/data/simplystacked/config/overworld_to_orbit.json
Normal 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
|
||||
}
|
||||
8
kubejs/data/simplystacked/config/venus_to_orbit.json
Normal file
8
kubejs/data/simplystacked/config/venus_to_orbit.json
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue