@@ -8,8 +8,8 @@
|
||||
+
|
||||
public class BlockDragonEgg extends Block {
|
||||
|
||||
public BlockDragonEgg() {
|
||||
@@ -61,6 +63,18 @@
|
||||
protected static final AxisAlignedBB a = new AxisAlignedBB(0.0625D, 0.0D, 0.0625D, 0.9375D, 1.0D, 0.9375D);
|
||||
@@ -66,6 +68,18 @@
|
||||
BlockPosition blockposition1 = blockposition.a(world.random.nextInt(16) - world.random.nextInt(16), world.random.nextInt(8) - world.random.nextInt(8), world.random.nextInt(16) - world.random.nextInt(16));
|
||||
|
||||
if (world.getType(blockposition1).getBlock().material == Material.AIR) {
|
||||
|
||||
Reference in New Issue
Block a user