aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/world
diff options
context:
space:
mode:
authorJordan Byrne <draknyte1@hotmail.com>2017-12-29 05:34:55 +1000
committerJordan Byrne <draknyte1@hotmail.com>2017-12-29 05:34:55 +1000
commitd9bb6aa63908828d5844c29c1b76956ea2079cf2 (patch)
tree9896aad8062d05d9f7a6342871c0cd5f39100224 /src/Java/gtPlusPlus/core/world
parent2625df7eb11b16c3aa55ff1099e821cb79d55a8b (diff)
downloadGT5-Unofficial-d9bb6aa63908828d5844c29c1b76956ea2079cf2.tar.gz
GT5-Unofficial-d9bb6aa63908828d5844c29c1b76956ea2079cf2.tar.bz2
GT5-Unofficial-d9bb6aa63908828d5844c29c1b76956ea2079cf2.zip
+ Added several new ore materials.
$ Fixed bug where ores generated fluids. $ Fixed issue where old Fluorite ores still exist. $ Fixed issue where ore processing recipes were generated incorrectly. $ Partially implemented smooth lighting on GT++ Ores.
Diffstat (limited to 'src/Java/gtPlusPlus/core/world')
-rw-r--r--src/Java/gtPlusPlus/core/world/darkworld/biome/BiomeGenerator_Custom.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/world/darkworld/biome/BiomeGenerator_Custom.java b/src/Java/gtPlusPlus/core/world/darkworld/biome/BiomeGenerator_Custom.java
index 0dc84b8aa3..74a67dfc5e 100644
--- a/src/Java/gtPlusPlus/core/world/darkworld/biome/BiomeGenerator_Custom.java
+++ b/src/Java/gtPlusPlus/core/world/darkworld/biome/BiomeGenerator_Custom.java
@@ -112,7 +112,7 @@ public class BiomeGenerator_Custom extends BiomeDecorator {
this.redstoneGen = new WorldGenMinable_Custom(Blocks.redstone_ore, 10);
this.diamondGen = new WorldGenMinable_Custom(Blocks.diamond_ore, 12);
this.lapisGen = new WorldGenMinable_Custom(Blocks.lapis_ore, 8);
- this.fluoriteGen = new WorldGenMinable_Custom(ModBlocks.blockOreFluorite, 20);
+ // this.fluoriteGen = new WorldGenMinable_Custom(ModBlocks.blockOreFluorite, 20);
//Nature
this.yellowFlowerGen = new WorldGenFlowers(Blocks.yellow_flower);