SkyStone Mining finalized.

Added Ice meteorite spawn.
Fixed Crash with Meteorite Spawning.
This commit is contained in:
AlgorithmX2
2014-03-03 22:56:08 -06:00
parent 58992d0786
commit 500558982f
3 changed files with 54 additions and 6 deletions
+2 -1
View File
@@ -55,7 +55,8 @@ public class WorldSettings extends Configuration
{
if ( instance == null )
{
File world = DimensionManager.getWorld( 0 ).getSaveHandler().getWorldDirectory();
File world = DimensionManager.getCurrentSaveRootDirectory();
File f = new File( world.getPath() + File.separatorChar + "AE2" );
if ( !f.exists() || !f.isDirectory() )