Skip to content

Commit

Permalink
Update 1.0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Jun 18, 2015
1 parent b1f71a4 commit d83ec9d
Show file tree
Hide file tree
Showing 27 changed files with 1,797 additions and 1,125 deletions.
9 changes: 9 additions & 0 deletions config/AppliedEnergistics2/Facades.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5701,6 +5701,15 @@ opencomputers {
}


opensecurity {
B:alarm=false
B:entitydetector=false
B:magreader=false
B:rfidreader=false
B:rfidwriter=false
}


projredcompatibility {
B:projectredcompatibilityliqcondredmetal=false
B:projectredcompatibilityliqredstone=false
Expand Down
33 changes: 18 additions & 15 deletions config/Galacticraft/GSplanets.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,49 +2,52 @@

dimensions {
# Dimension ID for Callisto (Jupiter Moon)
I:dimensionIDCallisto=-16
I:dimensionIDCallisto=45

# Dimension ID for Ceres
I:dimensionIDCeres=-13
I:dimensionIDCeres=42

# Dimension ID for Deimos (Mars Moon)
I:dimensionIDDeimos=-12
I:dimensionIDDeimos=40

# Dimension ID for Enceladus (Saturn Moon)
I:dimensionIDEnceladus=-10
I:dimensionIDEnceladus=41

# Dimension ID for Europa (Jupiter Moon)
I:dimensionIDEuropa=-8
I:dimensionIDEuropa=35

# Dimension ID for Ganymede (Jupiter Moon)
I:dimensionIDGanymede=-15
I:dimensionIDGanymede=43

# Dimension ID for IO (Jupiter Moon)
I:dimensionIDIo=-9
I:dimensionIDIo=36

# Dimension ID for Mars Space Station
I:dimensionIDMarsOrbit=34

# Dimension ID for Mercury
I:dimensionIDMerury=-5
I:dimensionIDMerury=37

# Dimension ID for Oberon (Uranus Moon)
I:dimensionIDOberon=-18
I:dimensionIDOberon=46

# Dimension ID for Phobos (Mars Moon)
I:dimensionIDPhobos=-7
I:dimensionIDPhobos=38

# Dimension ID for Pluto
I:dimensionIDPluto=-21
I:dimensionIDPluto=49

# Dimension ID for Proteus (Neptune Moon)
I:dimensionIDProteus=-19
I:dimensionIDProteus=47

# Dimension ID for Titan (Saturn Moon)
I:dimensionIDTitan=-17
I:dimensionIDTitan=44

# Dimension ID for Triton (Neptune Moon)
I:dimensionIDTriton=-20
I:dimensionIDTriton=48

# Dimension ID for Venus
I:dimensionIDVenus=-6
I:dimensionIDVenus=39
}


Expand Down
6 changes: 3 additions & 3 deletions config/Galacticraft/asteroids.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

dimensions {
# Dimension ID for Asteroids
I:dimensionIDAsteroids=-30
I:dimensionIDAsteroids=30
}


general {
# Option to disable Helium gas in Galacticraft (because it will be registered by another mod eg GregTech).
B:disableGalacticraftHelium=false
B:disableGalacticraftHelium=true

# Maximum number of Astro Miners each player is allowed to have active (default 4).
I:maximumAstroMiners=6
I:maximumAstroMiners=4
}


Expand Down
43 changes: 26 additions & 17 deletions config/Galacticraft/core.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dimensions {
I:"Dimensions where rockets cannot launch" <
-1
1
7
>

# If true, rockets will be unable to reach the Overworld (only use this in special modpacks!)
Expand All @@ -24,19 +25,19 @@ dimensions {
I:biomeIDBase=102

# Dimension ID for the Moon
I:idDimensionMoon=-28
I:idDimensionMoon=28

# Dimension ID for Overworld Space Stations
I:idDimensionOverworldOrbit=-27
I:idDimensionOverworldOrbit=27

# Dimension ID for Static Overworld Space Stations
I:idDimensionOverworldOrbitStatic=-26
I:idDimensionOverworldOrbitStatic=26
}


general {
# By default, you will respawn on galacticraft dimensions if you die. If you set this to true, you will respawn back on earth.
B:"Force Overworld Spawn"=false
B:"Force Overworld Spawn"=true

# Setting this to false will revert night skies back to default minecraft star count
B:"More Stars"=true
Expand All @@ -45,13 +46,13 @@ general {
B:"Disable Spaceship Particles"=false

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

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

# Increasing this will increase amount of oil that will generate in each chunk.
D:"Oil Generation Factor"=1.8
D:"Oil Generation Factor"=0

# List of non-galacticraft dimension IDs to generate oil in.
I:"Oil gen in external dimensions" <
Expand All @@ -62,25 +63,25 @@ general {
B:"Retro Gen of GC Oil in existing map chunks"=false

# If this is enabled, copper ore will generate on the overworld.
B:"Enable Copper Ore Gen"=true
B:"Enable Copper Ore Gen"=false

# If this is enabled, tin ore will generate on the overworld.
B:"Enable Tin Ore Gen"=true
B:"Enable Tin Ore Gen"=false

# If this is enabled, aluminum ore will generate on the overworld.
B:"Enable Aluminum Ore Gen"=true
B:"Enable Aluminum Ore Gen"=false

# If this is enabled, silicon ore will generate on the overworld.
B:"Enable Silicon Ore Gen"=true
B:"Enable Silicon Ore Gen"=false

# Disable Cheese Ore Gen on Moon.
B:"Disable Cheese Ore Gen on Moon"=false
B:"Disable Cheese Ore Gen on Moon"=true

# Disable Tin Ore Gen on Moon.
B:"Disable Tin Ore Gen on Moon"=false
B:"Disable Tin Ore Gen on Moon"=true

# Disable Tin Ore Gen on Moon.
B:"Disable Copper Ore Gen on Moon"=false
B:"Disable Copper Ore Gen on Moon"=true

# If true, moon villages will not generate.
B:"Disable Moon Village Gen"=false
Expand Down Expand Up @@ -122,6 +123,10 @@ general {
# List non-opaque blocks from other mods (for example, special types of glass) that the Oxygen Sealer should recognize as solid seals. Format is BlockName or BlockName:metadata
S:"External Sealable IDs" <
minecraft:glass_pane:0
TConstruct:GlassBlock:0
TConstruct:GlassPane:0
IC2:blockAlloyGlass:0
ProjRed|Illumination:projectred.illumination.lamp:*
>

# List blocks from other mods that the Sensor Glasses should recognize as solid blocks. Format is BlockName or BlockName:metadata.
Expand All @@ -139,13 +144,13 @@ general {
I:"Suffocation Cooldown"=100

# Change this value to modify the damage taken per suffocation tick
I:"Suffocation Damage"=2
I:"Suffocation Damage"=10

# Change this if you wish to balance the mod (if you have more powerful weapon mods).
D:"Dungeon Boss Health Modifier"=1.0
D:"Dungeon Boss Health Modifier"=3.0

# Set this to true for increased difficulty in modpacks (see forum for more info).
B:"Harder Difficulty"=false
B:"Harder Difficulty"=true

# Set this to true for less metal use in Galacticraft recipes (makes the game easier).
B:"Quick Game Mode"=false
Expand All @@ -169,13 +174,17 @@ general {
S:"Toggle Advanced Goggles"=KEY_K

# The normal factor is 1. Increase this to 2 - 5 if other mods with a lot of oil (e.g. BuildCraft) are installed to increase GC rocket fuel requirement.
I:"Rocket fuel factor"=1
I:"Rocket fuel factor"=5

# Increase to make the mouse drag scroll more sensitive, decrease to lower sensitivity.
D:"Map Scroll Mouse Sensitivity"=1.0

# Set to true to invert the mouse scroll feature on the galaxy map.
B:"Map Scroll Mouse Invert"=false
S:"Default key for opening fuel levels gui - Useful for modpacks"=KEY_F
S:"Default key for opening in-game galaxy map - Useful for modpacks"=KEY_M
S:"Default key to toggle advanced goggles behaviour - Useful for modpacks"=KEY_K
B:"Generate other mods features on planets"=false
}


Expand Down
2 changes: 1 addition & 1 deletion config/Galacticraft/mars.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

dimensions {
# Dimension ID for Mars
I:dimensionIDMars=-29
I:dimensionIDMars=29
}


Expand Down
2 changes: 1 addition & 1 deletion config/Galacticraft/power-GC3.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ compatibility {

display {
B:"If BuildCraft is loaded, show Galacticraft machines energy as MJ instead of gJ?"=false
B:"If IndustrialCraft2 is loaded, show Galacticraft machines energy as EU instead of gJ?"=false
B:"If IndustrialCraft2 is loaded, show Galacticraft machines energy as EU instead of gJ?"=true
B:"If Mekanism is loaded, show Galacticraft machines energy as Joules (J) instead of gJ?"=false
B:"Show Galacticraft machines energy in RF instead of gJ?"=false
}
Expand Down
Loading

0 comments on commit d83ec9d

Please sign in to comment.