Fixed config option not changing properly
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
This commit is contained in:
@@ -139,7 +139,7 @@ public class RiftGenerator implements IWorldGenerator
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
if(random.nextInt(120)==0&&world.provider.getDimensionName()!="PocketDim"&&!world.isRemote)
|
if(random.nextInt(120)==0&&world.provider.getDimensionName()!="PocketDim"&&!world.isRemote&&mod_pocketDim.riftsInWorldGen)
|
||||||
{
|
{
|
||||||
// System.out.println("tryingToGen");
|
// System.out.println("tryingToGen");
|
||||||
int blockID=Block.stoneBrick.blockID;
|
int blockID=Block.stoneBrick.blockID;
|
||||||
|
|||||||
Reference in New Issue
Block a user