aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/objects
diff options
context:
space:
mode:
authorDaniel <daniel112092@gmail.com>2017-05-09 08:48:54 +0200
committerGitHub <noreply@github.com>2017-05-09 08:48:54 +0200
commit7cd941efede04d02b0dfda06c8c54c4d373a9afb (patch)
tree97c57bdf403aa52ab1d25ece6aa9d5d1b831c2c8 /src/main/java/gregtech/api/objects
parent2515502ae77fc9546156d642968754c855ba3880 (diff)
downloadGT5-Unofficial-7cd941efede04d02b0dfda06c8c54c4d373a9afb.tar.gz
GT5-Unofficial-7cd941efede04d02b0dfda06c8c54c4d373a9afb.tar.bz2
GT5-Unofficial-7cd941efede04d02b0dfda06c8c54c4d373a9afb.zip
Idk, might be better
Diffstat (limited to 'src/main/java/gregtech/api/objects')
-rw-r--r--src/main/java/gregtech/api/objects/GT_UO_DimensionList.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main/java/gregtech/api/objects/GT_UO_DimensionList.java b/src/main/java/gregtech/api/objects/GT_UO_DimensionList.java
index a6113687ab..36aad9a557 100644
--- a/src/main/java/gregtech/api/objects/GT_UO_DimensionList.java
+++ b/src/main/java/gregtech/api/objects/GT_UO_DimensionList.java
@@ -50,12 +50,12 @@ public class GT_UO_DimensionList {
}
public void SetDafultValues() {
- SetConfigValues("Overworld", "0", "gas_natural_gas", "gas_natural_gas", 0, 625, 20, 7);
- SetConfigValues("Overworld", "0", "liquid_light_oil", "liquid_light_oil", 0, 625, 20, 6);
- SetConfigValues("Overworld", "0", "liquid_medium_oil", "liquid_medium_oil", 0, 625, 20, 5);
- SetConfigValues("Overworld", "0", "liquid_heavy_oil", "liquid_heavy_oil", 0, 625, 20, 4);
- SetConfigValues("Overworld", "0", "oil", "oil", 0, 625, 20, 5);
- SetConfigValues("Moon", "Moon", "helium-3", "helium-3", 24, 128, 100, 1);
+ SetConfigValues("Overworld", "0", "gas_natural_gas", "gas_natural_gas", 0, 700, 20, 7);
+ SetConfigValues("Overworld", "0", "liquid_light_oil", "liquid_light_oil", 0, 650, 20, 6);
+ SetConfigValues("Overworld", "0", "liquid_medium_oil", "liquid_medium_oil", 0, 600, 20, 5);
+ SetConfigValues("Overworld", "0", "liquid_heavy_oil", "liquid_heavy_oil", 0, 550, 20, 4);
+ SetConfigValues("Overworld", "0", "oil", "oil", 0, 600, 20, 5);
+ SetConfigValues("Moon", "Moon", "helium-3", "helium-3", 25, 150, 100, 1);
}
public void getConfig(Configuration aConfig, String aCategory) {