Update BlockBOPGlass.java
Changed so the Enderdragon can be spawned only in The End.
This commit is contained in:
parent
5ee1140116
commit
35b984af7e
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue