Website Name Fix.

Meteorite Spawns tweaked and chest contents tweaked.
Catch Dimension Registration.
This commit is contained in:
AlgorithmX2
2014-03-08 17:31:09 -06:00
parent cd51b00b31
commit 6beaa85da6
4 changed files with 57 additions and 30 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ final public class MeteoriteWorldGen implements IWorldGenerator
}
}
if ( obj.distance > 1000 * 1000 )
if ( obj.distance > 1000 * 500 )
{
int depth = 180 + r.nextInt( 20 );
for (int trys = 0; trys < 20; trys++)