summaryrefslogtreecommitdiffstats
path: root/nms-patches/BlockDragonEgg.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/BlockDragonEgg.patch')
-rw-r--r--nms-patches/BlockDragonEgg.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/nms-patches/BlockDragonEgg.patch b/nms-patches/BlockDragonEgg.patch
index e9860ee3..af397c67 100644
--- a/nms-patches/BlockDragonEgg.patch
+++ b/nms-patches/BlockDragonEgg.patch
@@ -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) {