Signed-off-by: StevenRS11 <stevenrs11@aol.com>

This commit is contained in:
StevenRS11
2013-04-17 16:00:30 -04:00
parent ae04ae03be
commit c6f26669d0
4 changed files with 13 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ public class RiftGenerator implements IWorldGenerator
//Long ntime = System.nanoTime();
shouldGenHere=true;
if(world.provider.getDimensionName()=="PocketDim"||!mod_pocketDim.riftsInWorldGen ||world.isRemote)
if(world.provider.getDimensionName()=="PocketDim"||!mod_pocketDim.riftsInWorldGen ||world.isRemote||world.provider.dimensionId==1)
{
this.shouldGenHere=false;