reduced space Y level
This commit is contained in:
parent
deb7c60ecd
commit
231780d7d0
2 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
## Unreleased
|
||||
### Changes
|
||||
- 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
|
||||
- Fixed missing crafting table recipes for greate gearboxes (#2577) @Pyritie
|
||||
### Translation updates
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
* The y level where rockets should leave the dimension and enter space.
|
||||
* 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
|
||||
"disabledPlanets": "",
|
||||
// Disables oxygen damage.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue