aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/world
diff options
context:
space:
mode:
authorRichard Hendricks <richardhendricks@pobox.com>2017-11-15 01:35:17 -0600
committerRichard Hendricks <richardhendricks@pobox.com>2017-11-24 00:48:02 -0600
commite15136ba1a3cf7cc110dedb776428b97ece94faa (patch)
tree3a5720e5c74796be91df4736e7603493883ec5e7 /src/main/java/gregtech/api/world
parentd2d59276cf5eb4486e275509c9d1aff8b835418a (diff)
downloadGT5-Unofficial-e15136ba1a3cf7cc110dedb776428b97ece94faa.tar.gz
GT5-Unofficial-e15136ba1a3cf7cc110dedb776428b97ece94faa.tar.bz2
GT5-Unofficial-e15136ba1a3cf7cc110dedb776428b97ece94faa.zip
Feature complete. Ready for testing in multiple dimensions.
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 fb202b5a82..0b73ac7331 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 4; // This is for the empryOrevein
+ return 4; // This is for the empty Orevein
}
/**