aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/world
diff options
context:
space:
mode:
authorRichard Hendricks <richardhendricks@pobox.com>2017-11-13 03:32:02 -0600
committerRichard Hendricks <richardhendricks@pobox.com>2017-11-24 00:48:02 -0600
commit5cc6156d221f92b0226152a705b1da17e5177866 (patch)
tree039f9cead0eb5eb2f39261ac70cfbf4ce0ac3e9e /src/main/java/gregtech/api/world
parent376f7c63f6d7ea9df0b967e9dc1ecbd710370307 (diff)
downloadGT5-Unofficial-5cc6156d221f92b0226152a705b1da17e5177866.tar.gz
GT5-Unofficial-5cc6156d221f92b0226152a705b1da17e5177866.tar.bz2
GT5-Unofficial-5cc6156d221f92b0226152a705b1da17e5177866.zip
Cascading worldgen is being caused by something in other worldgen, possibly small ores or stones? Don't know for sure, need to investigate.
Diffstat (limited to 'src/main/java/gregtech/api/world')
-rw-r--r--src/main/java/gregtech/api/world/GT_Worldgen.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/world/GT_Worldgen.java b/src/main/java/gregtech/api/world/GT_Worldgen.java
index 2fdb637e87..fb202b5a82 100644
--- a/src/main/java/gregtech/api/world/GT_Worldgen.java
+++ b/src/main/java/gregtech/api/world/GT_Worldgen.java
@@ -35,7 +35,7 @@ public abstract class GT_Worldgen {
}
public int executeWorldgenChunkified(World aWorld, Random aRandom, String aBiome, int aDimensionType, int aChunkX, int aChunkZ, int seedX, int seedZ, IChunkProvider aChunkGenerator, IChunkProvider aChunkProvider) {
- return 0;
+ return 4; // This is for the empryOrevein
}
/**