initial
This commit is contained in:
53
.minecraft/config/GalaxySpace/biomes.conf
Normal file
53
.minecraft/config/GalaxySpace/biomes.conf
Normal file
@@ -0,0 +1,53 @@
|
||||
# Configuration file
|
||||
|
||||
dimensions {
|
||||
# ID Biome for Barnarda C (Flowers)
|
||||
I:IDBarnardaCBiomeFlowers=238
|
||||
|
||||
# ID Biome for Barnarda C (Hills)
|
||||
I:IDBarnardaCBiomeHills=221
|
||||
|
||||
# ID Biome for Barnarda C (Low Plains)
|
||||
I:IDBarnardaCBiomeLowPlains=222
|
||||
|
||||
# ID Biome for Barnarda C (Oceans)
|
||||
I:IDBarnardaCBiomeOceans=239
|
||||
|
||||
# ID Biome for Barnarda C (Shores)
|
||||
I:IDBarnardaCBiomeShores=220
|
||||
|
||||
# ID Ash Biome for Io (Jupiter moon)
|
||||
I:IDIoAshBiome=217
|
||||
|
||||
# ID Biome for Io (Jupiter moon)
|
||||
I:IDIoBiome=215
|
||||
|
||||
# ID Biome for Kuiper Belt
|
||||
I:IDKuiperBeltBiome=212
|
||||
|
||||
# ID Biome for Pluto (1)
|
||||
I:IDPlutoBiome1=204
|
||||
|
||||
# ID Biome for Pluto (2)
|
||||
I:IDPlutoBiome2=206
|
||||
|
||||
# ID Biome for Pluto (3)
|
||||
I:IDPlutoBiome3=208
|
||||
|
||||
# ID Biome for Pluto (4)
|
||||
I:IDPlutoBiome4=210
|
||||
|
||||
# ID Biome for Titan (Saturn moon)
|
||||
I:IDTitanBiome=219
|
||||
|
||||
# ID Biome for Venus
|
||||
I:IDVenusBiome=203
|
||||
}
|
||||
|
||||
|
||||
general {
|
||||
# Global ID Biome for Planets/Moons
|
||||
I:IDSpaceBiome=201
|
||||
}
|
||||
|
||||
|
||||
166
.minecraft/config/GalaxySpace/core.conf
Normal file
166
.minecraft/config/GalaxySpace/core.conf
Normal file
@@ -0,0 +1,166 @@
|
||||
# Configuration file
|
||||
|
||||
dimensions {
|
||||
# Enable/Disable aCentauri System.
|
||||
B:enableACentauri=true
|
||||
|
||||
# Enable/Disable Barnarda System.
|
||||
B:enableBarnarda=true
|
||||
|
||||
# Enable/Disable Fog on Venus.
|
||||
B:enableFogVenus=true
|
||||
|
||||
# Enable/Disable Methane Particles.
|
||||
B:enableMethaneParticle=true
|
||||
|
||||
# Enable/Disable tCeti System.
|
||||
B:enableTCeti=true
|
||||
|
||||
# Enable/Disable Vega System.
|
||||
B:enableVega=true
|
||||
|
||||
# How bright stars are rendered on skyboxes of space stations.
|
||||
D:spaceStationStarBrightness=0.8
|
||||
}
|
||||
|
||||
|
||||
dysonswarm {
|
||||
# How much coolant is consumed per hour.
|
||||
I:coolantConsumption=3600000
|
||||
|
||||
# Name of the coolant
|
||||
S:coolantFluid=cryotheum
|
||||
|
||||
# Each hour, n of m modules are destroyed according to this formula: n = (2 * base_chance) / (exp(-a * (m - 1))+exp(b * cps)), where cps is computation per second. This sets the parameter base_chance.
|
||||
D:destroyModuleBase_chance=0.066
|
||||
|
||||
# The maximum computation per second that will help prevent modules from collision
|
||||
D:destroyModuleMaxCPS=100000.0
|
||||
|
||||
# Each hour, n of m modules are destroyed according to this formula: n = (2 * base_chance) / (exp(-a * (m - 1))+exp(b * cps)), where cps is computation per second. This sets the parameter a.
|
||||
D:destroyModule_a=0.00005
|
||||
|
||||
# Each hour, n of m modules are destroyed according to this formula: n = (2 * base_chance) / (exp(-a * (m - 1))+exp(b * cps)), where cps is computation per second. This sets the parameter b.
|
||||
D:destroyModule_b=0.00003
|
||||
|
||||
# How much EU the Dyson Swarm Command Center produces per module per tick. Default is 10,000,000 EU/t
|
||||
I:euPerModule=10000000
|
||||
|
||||
# The maximum number of modules the dyson swarm can take
|
||||
I:maxModules=10000
|
||||
|
||||
# If a power factor for a dimensions is not set, this value will be used.
|
||||
D:powerFactorDefault=0.0
|
||||
|
||||
# Define a power factor for each dimension ID The total energy output of Dyson Swarm multiblocks is multiplied by these values. Format is "DIMID:FACTOR" (DIMID for Space Stations is "SS_unlocalizedNameOfBodyToOrbit", for Utility Worlds dimensions "UW_Garden", "UW_Mining" and "UW_Void")
|
||||
S:powerFactors <
|
||||
0:1.0
|
||||
25:0.15
|
||||
28:1.0
|
||||
29:0.81
|
||||
30:0.61
|
||||
31:2.28
|
||||
32:2.31
|
||||
33:0.16
|
||||
35:0.44
|
||||
36:0.44
|
||||
37:1.61
|
||||
38:0.81
|
||||
39:1.76
|
||||
40:0.81
|
||||
41:0.32
|
||||
42:0.6
|
||||
43:0.44
|
||||
44:0.32
|
||||
45:0.32
|
||||
46:0.23
|
||||
47:0.23
|
||||
48:0.18
|
||||
49:0.16
|
||||
63:1.12
|
||||
64:1.12
|
||||
81:1.41
|
||||
82:1.26
|
||||
83:0.15
|
||||
84:1.98
|
||||
85:1.34
|
||||
86:0.23
|
||||
90:2.28
|
||||
91:1.98
|
||||
92:1.81
|
||||
93:3.37
|
||||
94:1.98
|
||||
95:2.11
|
||||
SS_Overworld:1.1
|
||||
SS_planet.mars:0.89
|
||||
SS_planet.venus:1.94
|
||||
SS_planet.jupiter:0.48
|
||||
SS_planet.saturn:0.36
|
||||
SS_planet.uranus:0.25
|
||||
SS_planet.neptune:0.2
|
||||
UW_Garden:0.01
|
||||
UW_Mining:0.01
|
||||
UW_Void:0.01
|
||||
>
|
||||
}
|
||||
|
||||
|
||||
general {
|
||||
# Enable/Disable advanced recipes rocket (Tier 1-8).
|
||||
B:"Advanced Recipes Rocket"=true
|
||||
|
||||
# Enable/Disable Check Version.
|
||||
B:enableCheckVersion=false
|
||||
B:enableACentauri=true
|
||||
B:enableBarnarda=true
|
||||
B:enableVega=true
|
||||
B:enableTCeti=true
|
||||
|
||||
# Enable/Disable new Main Menu.
|
||||
B:enableNewMenu=false
|
||||
|
||||
# Fuel Generator power factor
|
||||
I:coefficientFuelGenerator=3
|
||||
|
||||
# Geothermal Generator power factor
|
||||
I:coefficientGeothermalGenerator=3
|
||||
|
||||
# Solar Wind Panel power factor
|
||||
I:coefficientSolarWindPanel=3
|
||||
|
||||
# Gybrid Solar Panel power factor
|
||||
I:coefficientSolarPanel=10
|
||||
|
||||
# ID Potion 'Solar Radiation'
|
||||
I:idSolarRadiation=125
|
||||
|
||||
# Every x ticks, the Crystal Boss tries to make itself invisible
|
||||
I:crystalBossInvisibilityInterval=100
|
||||
|
||||
# How long the Crystal Boss can make itself invisible
|
||||
I:crystalBossInvisibilityDuration=60
|
||||
|
||||
# How high the probability is, that the Crystal Boss will make itself invisible
|
||||
D:crystalBossInvisibilityProbability=0.5
|
||||
|
||||
# How much damage the player can deal at most to Evolved Crystal Boss, Evolved Blaze Boss and Evolved Ghast Boss (These bosses are supposed to be beaten by their own fireballs!)
|
||||
D:baseBossDamage=100.0
|
||||
}
|
||||
|
||||
spaceelevator {
|
||||
# Enable rendering of the Space Elevator Cable
|
||||
B:isCableRenderingEnabled=true
|
||||
}
|
||||
|
||||
|
||||
worldgen {
|
||||
# /ONLYPHOBOS, /ONLYDEIMOS, /ONLYEUROPA, /ONLYIO, /ONLYENCELADUS, /ONLYVENUS, /ONLYMERCURY, /ONLYCERES if wanted on one planet only.
|
||||
S:"Other mods ores for GC to generate on GS planets" <
|
||||
>
|
||||
|
||||
# Enable/Disable Generation Lead on Overworld.
|
||||
B:enableLeadGeneration=false
|
||||
|
||||
# Enable/Disable Generation Ores on Planets/Moon (Global Config).
|
||||
B:enableOresGeneration=true
|
||||
}
|
||||
224
.minecraft/config/GalaxySpace/dimensions.conf
Normal file
224
.minecraft/config/GalaxySpace/dimensions.conf
Normal file
@@ -0,0 +1,224 @@
|
||||
# Configuration file
|
||||
|
||||
dimensions {
|
||||
# Dimension ID for Barnarda C
|
||||
I:dimensionIDBarnardaC=32
|
||||
|
||||
# Dimension ID for Barnarda E
|
||||
I:dimensionIDBarnardaE=81
|
||||
|
||||
# Dimension ID for Barnarda F
|
||||
I:dimensionIDBarnardaF=82
|
||||
|
||||
# Dimension ID for Callisto (Jupiter Moon)
|
||||
I:dimensionIDCallisto=45
|
||||
|
||||
# Dimension ID for Alpha Centauri Bb
|
||||
I:dimensionIDCentauriBb=31
|
||||
|
||||
# Dimension ID for Ceres
|
||||
I:dimensionIDCeres=42
|
||||
|
||||
# Dimension ID for Deimos (Mars moon)
|
||||
I:dimensionIDDeimos=40
|
||||
|
||||
# Dimension ID for Enceladus (Saturn moon)
|
||||
I:dimensionIDEnceladus=41
|
||||
|
||||
# Dimension ID for Europa (Jupiter moon)
|
||||
I:dimensionIDEuropa=35
|
||||
|
||||
# Dimension ID for Ganymede (Jupiter moon)
|
||||
I:dimensionIDGanymede=43
|
||||
|
||||
# Dimension ID for Haumea
|
||||
I:dimensionIDHaumea=83
|
||||
|
||||
# Dimension ID for Io (Jupiter moon)
|
||||
I:dimensionIDIo=36
|
||||
|
||||
# Dimension ID for Jupiter
|
||||
I:dimensionIDJupiter=71
|
||||
|
||||
# Dimension ID for Jupiter Space Station
|
||||
I:dimensionIDJupiterOrbit=72
|
||||
|
||||
# Dimension ID for Static Jupiter Space Stations
|
||||
I:dimensionIDJupiterOrbitStatic=73
|
||||
|
||||
# Dimension ID for Kuiper Belt
|
||||
I:dimensionIDKuiperBelt=33
|
||||
|
||||
# Dimension ID for Makemake
|
||||
I:dimensionIDMakemake=25
|
||||
|
||||
# Dimension ID for Mars Space Station
|
||||
I:dimensionIDMarsOrbit=34
|
||||
|
||||
# Dimension ID for Static Mars Space Stations
|
||||
I:dimensionIDMarsOrbitStatic=80
|
||||
|
||||
# Dimension ID for Mercury
|
||||
I:dimensionIDMercury=37
|
||||
|
||||
# Dimension ID for Miranda (Uranus moon)
|
||||
I:dimensionIDMiranda=86
|
||||
|
||||
# Dimension ID for Neptune
|
||||
I:dimensionIDNeptune=74
|
||||
|
||||
# Dimension ID for Neptune Space Station
|
||||
I:dimensionIDNeptuneOrbit=75
|
||||
|
||||
# Dimension ID for Static Neptune Space Stations
|
||||
I:dimensionIDNeptuneOrbitStatic=76
|
||||
|
||||
# Dimension ID for Oberon (Uranus moon)
|
||||
I:dimensionIDOberon=46
|
||||
|
||||
# Dimension ID for Phobos (Mars moon)
|
||||
I:dimensionIDPhobos=38
|
||||
|
||||
# Dimension ID for Pluto
|
||||
I:dimensionIDPluto=49
|
||||
|
||||
# Dimension ID for Proteus (Neptune moon)
|
||||
I:dimensionIDProteus=47
|
||||
|
||||
# Dimension ID for Saturn
|
||||
I:dimensionIDSaturn=77
|
||||
|
||||
# Dimension ID for Saturn Space Station
|
||||
I:dimensionIDSaturnOrbit=78
|
||||
|
||||
# Dimension ID for Static Saturn Space Stations
|
||||
I:dimensionIDSaturnOrbitStatic=79
|
||||
|
||||
# Dimension ID for T Ceti E
|
||||
I:dimensionIDTCetiE=85
|
||||
|
||||
# Dimension ID for Titan (Saturn moon)
|
||||
I:dimensionIDTitan=44
|
||||
|
||||
# Dimension ID for Triton (Neptune moon)
|
||||
I:dimensionIDTriton=48
|
||||
|
||||
# Dimension ID for Uranus
|
||||
I:dimensionIDUranus=51
|
||||
|
||||
# Dimension ID for Uranus Space Station
|
||||
I:dimensionIDUranusOrbit=52
|
||||
|
||||
# Dimension ID for Static Uranus Space Stations
|
||||
I:dimensionIDUranusOrbitStatic=53
|
||||
|
||||
# Dimension ID for Vega B
|
||||
I:dimensionIDVegaB=84
|
||||
|
||||
# Dimension ID for Venus
|
||||
I:dimensionIDVenus=39
|
||||
|
||||
# Dimension ID for Venus Space Station
|
||||
I:dimensionIDVenusOrbit=87
|
||||
|
||||
# Dimension ID for Static Venus Space Stations
|
||||
I:dimensionIDVenusOrbitStatic=88
|
||||
}
|
||||
|
||||
|
||||
general {
|
||||
# Enable/Disable Mercury
|
||||
B:enableMercury=true
|
||||
|
||||
# Enable/Disable Venus
|
||||
B:enableVenus=true
|
||||
|
||||
# Enable/Disable Ceres
|
||||
B:enableCeres=true
|
||||
|
||||
# Enable/Disable Pluto
|
||||
B:enablePluto=true
|
||||
|
||||
# Enable/Disable Haumea
|
||||
B:enableHaumea=true
|
||||
|
||||
# Enable/Disable Makemake
|
||||
B:enableMakemake=true
|
||||
|
||||
# Enable/Disable Phobos (Mars Moon)
|
||||
B:enablePhobos=true
|
||||
|
||||
# Enable/Disable Deimos (Mars Moon)
|
||||
B:enableDeimos=true
|
||||
|
||||
# Enable/Disable Europa (Jupiter Moon)
|
||||
B:enableEuropa=true
|
||||
|
||||
# Enable/Disable Io (Jupiter Moon)
|
||||
B:enableIo=true
|
||||
|
||||
# Enable/Disable Ganymede (Jupiter Moon)
|
||||
B:enableGanymede=true
|
||||
|
||||
# Enable/Disable Callisto (Jupiter Moon)
|
||||
B:enableCallisto=true
|
||||
|
||||
# Enable/Disable Enceladus (Saturn Moon)
|
||||
B:enableEnceladus=true
|
||||
|
||||
# Enable/Disable Titan (Saturn Moon)
|
||||
B:enableTitan=true
|
||||
|
||||
# Enable/Disable Miranda (Uranus Moon)
|
||||
B:enableMiranda=true
|
||||
|
||||
# Enable/Disable Oberon (Uranus Moon)
|
||||
B:enableOberon=true
|
||||
|
||||
# Enable/Disable Proteus (Neptune Moon)
|
||||
B:enableProteus=true
|
||||
|
||||
# Enable/Disable Triton (Neptune Moon)
|
||||
B:enableTriton=true
|
||||
|
||||
# Enable/Disable Mars Space Station
|
||||
B:enableMarsSS=true
|
||||
|
||||
# Enable/Disable Venus Space Station
|
||||
B:enableVenusSS=true
|
||||
|
||||
# Enable/Disable Jupiter Space Station
|
||||
B:enableJupiterSS=true
|
||||
|
||||
# Enable/Disable Saturn Space Station
|
||||
B:enableSaturnSS=true
|
||||
|
||||
# Enable/Disable Uranus Space Station
|
||||
B:enableUranusSS=true
|
||||
|
||||
# Enable/Disable Neptune Space Station
|
||||
B:enableNeptuneSS=true
|
||||
|
||||
# Enable/Disable Unreachable Planets/Moons
|
||||
B:enableUnreachable=true
|
||||
|
||||
# Enable/Disable Alpha Centauri Bb
|
||||
B:enableACentauriBb=true
|
||||
|
||||
# Enable/Disable Barnarda C (Habitable Planet)
|
||||
B:enableBarnardaC=true
|
||||
|
||||
# Enable/Disable Barnarda E
|
||||
B:enableBarnardaE=true
|
||||
|
||||
# Enable/Disable Barnarda F
|
||||
B:enableBarnardaF=true
|
||||
|
||||
# Enable/Disable Vega B
|
||||
B:enableVegaB=true
|
||||
|
||||
# Enable/Disable Tau Ceti E
|
||||
B:enableTCetiE=true
|
||||
}
|
||||
|
||||
|
||||
24
.minecraft/config/GalaxySpace/schematics.conf
Normal file
24
.minecraft/config/GalaxySpace/schematics.conf
Normal file
@@ -0,0 +1,24 @@
|
||||
# Configuration file
|
||||
|
||||
general {
|
||||
}
|
||||
|
||||
|
||||
schematic {
|
||||
# Schematic ID for Tier 4 Rocket, must be unique.
|
||||
I:idSchematicRocketT4=6
|
||||
|
||||
# Schematic ID for Tier 5 Rocket, must be unique.
|
||||
I:idSchematicRocketT5=7
|
||||
|
||||
# Schematic ID for Tier 6 Rocket, must be unique.
|
||||
I:idSchematicRocketT6=8
|
||||
|
||||
# Schematic ID for Tier 7 Rocket, must be unique.
|
||||
I:idSchematicRocketT7=9
|
||||
|
||||
# Schematic ID for Tier 8 Rocket, must be unique.
|
||||
I:idSchematicRocketT8=10
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user