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

This commit is contained in:
StevenRS11
2013-03-10 12:49:29 -04:00
parent ddc7bf0f64
commit e24acd4038
4 changed files with 29 additions and 17 deletions

View File

@@ -33,9 +33,13 @@ public class LimboProvider extends WorldProvider
}
public boolean canRespawnHere()
{
return true;
return mod_pocketDim.hardcoreLimbo;
}
public boolean isBlockHighHumidity(int x, int y, int z)
{
return false;
}
@Override
@@ -139,7 +143,7 @@ public class LimboProvider extends WorldProvider
{
ChunkCoordinates var5 = new ChunkCoordinates(this.worldObj.getSpawnPoint());
boolean isAdventure = worldObj.getWorldInfo().getGameType() == EnumGameType.ADVENTURE;
int spawnFuzz = 10000;
int spawnFuzzHalf = spawnFuzz / 2;