ad astra configs
This commit is contained in:
parent
c964c4421b
commit
c7c170b9fe
3 changed files with 12 additions and 12 deletions
|
|
@ -5,19 +5,19 @@
|
|||
// Type: Integer
|
||||
"oxygenBarX": 5,
|
||||
// Type: Integer
|
||||
"oxygenBarY": 25,
|
||||
"oxygenBarY": 195,
|
||||
// Type: Float
|
||||
"oxygenBarScale": 0.5,
|
||||
"oxygenBarScale": 0.6,
|
||||
// Type: Integer
|
||||
"energyBarX": 11,
|
||||
"energyBarX": 12,
|
||||
// Type: Integer
|
||||
"energyBarY": 95,
|
||||
"energyBarY": 265,
|
||||
// Type: Float
|
||||
"energyBarScale": 0.5,
|
||||
"energyBarScale": 0.6,
|
||||
"spaceMuffler": true,
|
||||
"radio": {
|
||||
// Range: 0 - 100
|
||||
"volume": 50,
|
||||
"volume": 10,
|
||||
"favorites": []
|
||||
}
|
||||
}
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
"atmosphereLeave": 600,
|
||||
// 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": "ad_astra:mercury,ad_astra:venus,ad_astra:glacio",
|
||||
"disabledPlanets": "ad_astra:earth_orbit,ad_astra:moon_orbit,ad_astra:mars_orbit,ad_astra:venus_orbit,ad_astra:mercury_orbit,ad_astra:glacio_orbit",
|
||||
// Disables oxygen damage.
|
||||
"disableOxygen": false,
|
||||
// Disables temperature damage.
|
||||
|
|
|
|||
|
|
@ -3,13 +3,13 @@
|
|||
// Type: Integer
|
||||
"oxygen_chargers_distribution_interval": 20,
|
||||
// Type: Long
|
||||
"oxygen_can_fluid_capacity": 1000,
|
||||
"oxygen_can_fluid_capacity": 5000,
|
||||
// Type: Long
|
||||
"oxygen_can_fluid_transfer": 250,
|
||||
"oxygen_can_fluid_transfer": 125,
|
||||
// Type: Long
|
||||
"netherite_oxygen_can_fluid_capacity": 2000,
|
||||
"netherite_oxygen_can_fluid_capacity": 10000,
|
||||
// Type: Long
|
||||
"netherite_oxygen_can_fluid_transfer": 500
|
||||
"netherite_oxygen_can_fluid_transfer": 250
|
||||
},
|
||||
"machines": {
|
||||
// Type: Long
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
* Blocks from Rocket Sensor to each direction
|
||||
* Type: Integer
|
||||
*/
|
||||
"rocket_sensor_working_range": 3
|
||||
"rocket_sensor_working_range": 2
|
||||
},
|
||||
"enchantments": {
|
||||
// Show tooltip on this mod's enchanted book
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue