From b0e81a4ede6b8a9d3d51aa8a78518f6e4ded6c93 Mon Sep 17 00:00:00 2001 From: md_5 Date: Mon, 25 May 2015 22:04:32 +1000 Subject: Update to Minecraft 1.8.6 --- nms-patches/DispenserRegistry.patch | 9 --------- 1 file changed, 9 deletions(-) (limited to 'nms-patches/DispenserRegistry.patch') diff --git a/nms-patches/DispenserRegistry.patch b/nms-patches/DispenserRegistry.patch index 911725e2..a9f582da 100644 --- a/nms-patches/DispenserRegistry.patch +++ b/nms-patches/DispenserRegistry.patch @@ -381,12 +381,3 @@ return itemstack; } }); -@@ -372,7 +639,7 @@ - World world = isourceblock.i(); - BlockPosition blockposition = isourceblock.getBlockPosition().shift(BlockDispenser.b(isourceblock.f())); - -- if (world.isEmpty(blockposition)) { -+ if (world.isEmpty(blockposition) && false) { // Craftbukkit - yeah... no, TODO: see if its safe to readd - if (!world.isClientSide) { - IBlockData iblockdata = Blocks.COMMAND_BLOCK.getBlockData().set(BlockCommand.TRIGGERED, Boolean.valueOf(false)); - -- cgit v1.2.3