reduced space Y level

This commit is contained in:
Pyritie 2026-01-01 14:17:40 +00:00
parent deb7c60ecd
commit 231780d7d0
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@
## Unreleased ## Unreleased
### Changes ### Changes
- Added new steam multiblocks for the alloy smelter, compressor, forge hammer, and thermal centrifuge @Pyritie - Added new steam multiblocks for the alloy smelter, compressor, forge hammer, and thermal centrifuge @Pyritie
- Reduced the Y level that ad astra considers "space" so rocket launches are faster @Pyritie
### Bug fixes ### Bug fixes
- Fixed missing crafting table recipes for greate gearboxes (#2577) @Pyritie - Fixed missing crafting table recipes for greate gearboxes (#2577) @Pyritie
### Translation updates ### Translation updates

View file

@ -14,7 +14,7 @@
* The y level where rockets should leave the dimension and enter space. * The y level where rockets should leave the dimension and enter space.
* Type: Integer * Type: Integer
*/ */
"atmosphereLeave": 600, "atmosphereLeave": 400,
// A comma-separated list of planet IDs that should be hidden from the planets screen. e.g. minecraft:overworld,ad_astra:moon,ad_astra:mars,ad_astra:venus,ad_astra:mercury,ad_astra:glacio // A comma-separated list of planet IDs that should be hidden from the planets screen. e.g. minecraft:overworld,ad_astra:moon,ad_astra:mars,ad_astra:venus,ad_astra:mercury,ad_astra:glacio
"disabledPlanets": "", "disabledPlanets": "",
// Disables oxygen damage. // Disables oxygen damage.