84 lines
2.1 KiB
Plaintext
84 lines
2.1 KiB
Plaintext
# Configuration file
|
|
|
|
dimensions {
|
|
# Dimension ID for Asteroids
|
|
I:dimensionIDAsteroids=30
|
|
|
|
# Dimension ID for Mars
|
|
I:dimensionIDMars=29
|
|
}
|
|
|
|
|
|
general {
|
|
# Option to disable Helium gas in Galacticraft (because it will be registered by another mod eg GregTech).
|
|
B:disableGalacticraftHelium=true
|
|
|
|
# May rarely cause issues if enabled, depends on how the other mod's dimensions are.
|
|
B:launchControllerAllDims=false
|
|
|
|
# Whether or not the launch controller acts as a chunk loader. Will cause issues if disabled!
|
|
B:launchControllerChunkLoad=true
|
|
|
|
# Maximum number of Astro Miners each player is allowed to have active (default 4).
|
|
I:maximumAstroMiners=4
|
|
}
|
|
|
|
|
|
schematic {
|
|
# Schematic ID for Cargo Rocket, must be unique.
|
|
I:idSchematicCargoRocket=3
|
|
|
|
# Schematic ID for Tier 2 Rocket, must be unique.
|
|
I:idSchematicRocketT2=2
|
|
|
|
# Schematic ID for Tier 3 Rocket, must be unique.
|
|
I:idSchematicRocketT3=4
|
|
}
|
|
|
|
|
|
worldgen {
|
|
# Disable Iron Ore Gen on Mars.
|
|
B:"Disable Iron Ore Gen on Mars"=true
|
|
|
|
# Disable Copper Ore Gen on Mars.
|
|
B:"Disable Copper Ore Gen on Mars"=true
|
|
|
|
# Disable Tin Ore Gen on Mars.
|
|
B:"Disable Tin Ore Gen on Mars"=true
|
|
|
|
# Disable Desh Ore Gen on Mars.
|
|
B:"Disable Desh Ore Gen on Mars"=true
|
|
|
|
# Disable Iron Ore Gen on Asteroids.
|
|
B:"Disable Iron Ore Gen on Asteroids"=false
|
|
|
|
# Disable Aluminum Ore Gen on Asteroids.
|
|
B:"Disable Aluminum Ore Gen on Asteroids"=false
|
|
|
|
# Disable Ilmenite Ore Gen on Asteroids.
|
|
B:"Disable Ilmenite Ore Gen on Asteroids"=false
|
|
|
|
# Disable Iron Ore Gen on Asteroids.
|
|
B:"Disable Iron Ore Gen on Asteroids"=false
|
|
|
|
# Disable Aluminum Ore Gen on Asteroids.
|
|
B:"Disable Aluminum Ore Gen on Asteroids"=false
|
|
|
|
# Disable Ilmenite Ore Gen on Asteroids.
|
|
B:"Disable Ilmenite Ore Gen on Asteroids"=false
|
|
|
|
# Disable Iron Ore Gen on Mars.
|
|
B:"Disable Iron Ore Gen on Mars"=true
|
|
|
|
# Disable Copper Ore Gen on Mars.
|
|
B:"Disable Copper Ore Gen on Mars"=true
|
|
|
|
# Disable Tin Ore Gen on Mars.
|
|
B:"Disable Tin Ore Gen on Mars"=true
|
|
|
|
# Disable Desh Ore Gen on Mars.
|
|
B:"Disable Desh Ore Gen on Mars"=true
|
|
}
|
|
|
|
|