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
|
// Type: Integer
|
||||||
"oxygenBarX": 5,
|
"oxygenBarX": 5,
|
||||||
// Type: Integer
|
// Type: Integer
|
||||||
"oxygenBarY": 25,
|
"oxygenBarY": 195,
|
||||||
// Type: Float
|
// Type: Float
|
||||||
"oxygenBarScale": 0.5,
|
"oxygenBarScale": 0.6,
|
||||||
// Type: Integer
|
// Type: Integer
|
||||||
"energyBarX": 11,
|
"energyBarX": 12,
|
||||||
// Type: Integer
|
// Type: Integer
|
||||||
"energyBarY": 95,
|
"energyBarY": 265,
|
||||||
// Type: Float
|
// Type: Float
|
||||||
"energyBarScale": 0.5,
|
"energyBarScale": 0.6,
|
||||||
"spaceMuffler": true,
|
"spaceMuffler": true,
|
||||||
"radio": {
|
"radio": {
|
||||||
// Range: 0 - 100
|
// Range: 0 - 100
|
||||||
"volume": 50,
|
"volume": 10,
|
||||||
"favorites": []
|
"favorites": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
*/
|
*/
|
||||||
"atmosphereLeave": 600,
|
"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
|
// 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.
|
// Disables oxygen damage.
|
||||||
"disableOxygen": false,
|
"disableOxygen": false,
|
||||||
// Disables temperature damage.
|
// Disables temperature damage.
|
||||||
|
|
|
||||||
|
|
@ -3,13 +3,13 @@
|
||||||
// Type: Integer
|
// Type: Integer
|
||||||
"oxygen_chargers_distribution_interval": 20,
|
"oxygen_chargers_distribution_interval": 20,
|
||||||
// Type: Long
|
// Type: Long
|
||||||
"oxygen_can_fluid_capacity": 1000,
|
"oxygen_can_fluid_capacity": 5000,
|
||||||
// Type: Long
|
// Type: Long
|
||||||
"oxygen_can_fluid_transfer": 250,
|
"oxygen_can_fluid_transfer": 125,
|
||||||
// Type: Long
|
// Type: Long
|
||||||
"netherite_oxygen_can_fluid_capacity": 2000,
|
"netherite_oxygen_can_fluid_capacity": 10000,
|
||||||
// Type: Long
|
// Type: Long
|
||||||
"netherite_oxygen_can_fluid_transfer": 500
|
"netherite_oxygen_can_fluid_transfer": 250
|
||||||
},
|
},
|
||||||
"machines": {
|
"machines": {
|
||||||
// Type: Long
|
// Type: Long
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
* Blocks from Rocket Sensor to each direction
|
* Blocks from Rocket Sensor to each direction
|
||||||
* Type: Integer
|
* Type: Integer
|
||||||
*/
|
*/
|
||||||
"rocket_sensor_working_range": 3
|
"rocket_sensor_working_range": 2
|
||||||
},
|
},
|
||||||
"enchantments": {
|
"enchantments": {
|
||||||
// Show tooltip on this mod's enchanted book
|
// Show tooltip on this mod's enchanted book
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue