Update BlockBOPGlass.java

Changed so the Enderdragon can be spawned only in The End.
This commit is contained in:
Amnet 2013-08-17 02:36:47 +02:00
parent 5ee1140116
commit 35b984af7e

View file

@ -140,7 +140,7 @@ public class BlockBOPGlass extends Block
}
if (world.getBlockMetadata(x, y, z) == 3)
{
if (player.dimension == 2)
if (player.dimension == 1)
{
if (checkAltarStructreIntegrity(world, x, y, z))
{