Skip to content

Commit

Permalink
update all missing cfgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Mar 4, 2017
1 parent 26d4d0b commit 7d0a40c
Show file tree
Hide file tree
Showing 21 changed files with 8,556 additions and 47 deletions.
18 changes: 18 additions & 0 deletions config/Galacticraft/core.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ general {
# If you have FPS problems, setting this to true will help if rocket particles are in your sights
B:"Disable Spaceship Particles"=false

# If you're using this mod in virtual reality, or if you don't want the camera changes when entering a Galacticraft vehicle, set this to true.
B:"Disable Vehicle Third-Person and Zoom"=false

# If true, this will move the Oxygen Indicator to the left side. You can combine this with "Minimap Bottom"
B:"Minimap Left"=true

Expand Down Expand Up @@ -203,6 +206,18 @@ general {
# Set this to true for a challenging adventure where the player starts the game stranded in the Asteroids dimension with low resources (only effective if Galacticraft Planets installed).
B:"Adventure Game Mode"=false

# Set this to true to just enable the compressor recipes from Adventure Mode (regardless of whether the game mode is enabled).
B:"Adventure Game Mode Recipes"=false

# Set this to true to just enable the mob drops and mob spawning additions from Adventure Mode (regardless of whether the game mode is enabled).
B:"Adventure Game Mode Mob Drops and Spawning"=false

# Set this to true to just enable players spawning in entry pods in the asteroids dimension like they would in Adventure Mode (regardless of whether the game mode is enabled, but only effective if Galacticraft Planets is installed).
B:"Adventure Game Mode Spawn Handling"=false

# Set this to true to just enable trees being placed in all hollow asteroids in the asteroids dimension like they would in Adventure Mode (regardless of whether the game mode is enabled, but only effective if Galacticraft Planets is installed).
B:"Adventure Game Mode Asteroid Population"=false

# If this is enabled, areas sealed by Oxygen Sealers will run a seal check when the player breaks or places a block (or on block updates). This should be enabled for a 100% accurate sealed status, but can be disabled on servers for performance reasons.
B:"Enable Sealed edge checks"=true

Expand All @@ -212,6 +227,9 @@ general {
# This needs to match the OreDictionary name used in the other mod. Set a nonsense name to disable.
S:"OreDict name of other mod's silicon usable in Galacticraft"=itemSilicon

# Should normally be true. If you set this to false, in a modpack with other mods with the same metals, players may be able to craft advanced GC items without travelling to Moon, Mars, Asteroids etc.
B:"Force the use of Galacticraft's own Meteoric Iron, Desh, Titanium etc in recipes (not their OreDict equivalents)"=true

# Leave 'KEY_' value, adding the intended keyboard character to replace the letter. Values 0-9 and A-Z are accepted
S:"Open Galaxy Map"=KEY_M

Expand Down
Loading

0 comments on commit 7d0a40c

Please sign in to comment.