From aa008dff0f9bedbe88e1fe79831776b0a52eb90a Mon Sep 17 00:00:00 2001 From: md_5 Date: Tue, 1 Mar 2016 08:32:46 +1100 Subject: Update to Minecraft 1.9 --- nms-patches/BlockMushroom.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nms-patches/BlockMushroom.patch') diff --git a/nms-patches/BlockMushroom.patch b/nms-patches/BlockMushroom.patch index 20bdf91a..911f296f 100644 --- a/nms-patches/BlockMushroom.patch +++ b/nms-patches/BlockMushroom.patch @@ -12,8 +12,8 @@ + public class BlockMushroom extends BlockPlant implements IBlockFragilePlantElement { - protected BlockMushroom() { -@@ -13,6 +19,7 @@ + protected static final AxisAlignedBB a = new AxisAlignedBB(0.30000001192092896D, 0.0D, 0.30000001192092896D, 0.699999988079071D, 0.4000000059604645D, 0.699999988079071D); +@@ -16,6 +22,7 @@ } public void b(World world, BlockPosition blockposition, IBlockData iblockdata, Random random) { @@ -21,7 +21,7 @@ if (random.nextInt(25) == 0) { int i = 5; boolean flag = true; -@@ -40,7 +47,19 @@ +@@ -43,7 +50,19 @@ } if (world.isEmpty(blockposition2) && this.f(world, blockposition2, this.getBlockData())) { @@ -42,7 +42,7 @@ } } -@@ -69,8 +88,10 @@ +@@ -72,8 +91,10 @@ WorldGenHugeMushroom worldgenhugemushroom = null; if (this == Blocks.BROWN_MUSHROOM) { -- cgit v1.2.3