testing spawn fix DO NOT DISTRIBUTE

Signed-off-by: StevenRS11 <stevenrs11@aol.com>
This commit is contained in:
StevenRS11
2013-03-31 21:54:28 -04:00
parent ccce338f97
commit f02410f5da
4 changed files with 19 additions and 19 deletions

View File

@@ -34,10 +34,10 @@ public class pocketProvider extends WorldProvider
}
public void setAllowedSpawnTypes(boolean allowHostile, boolean allowPeaceful)
{
super.setAllowedSpawnTypes(false, false);
}
// public void setAllowedSpawnTypes(boolean allowHostile, boolean allowPeaceful)
// {
// super.setAllowedSpawnTypes(false, false);
//}
@SideOnly(Side.CLIENT)
@Override
public Vec3 getFogColor(float par1, float par2)