From c5e9a169fa564f3b8119b6666f8df59d5a9b45c3 Mon Sep 17 00:00:00 2001 From: md_5 Date: Tue, 10 May 2016 21:47:39 +1000 Subject: Minecraft 1.9.4 --- nms-patches/BlockStationary.patch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'nms-patches/BlockStationary.patch') diff --git a/nms-patches/BlockStationary.patch b/nms-patches/BlockStationary.patch index 4f9bbe20..02a516fd 100644 --- a/nms-patches/BlockStationary.patch +++ b/nms-patches/BlockStationary.patch @@ -23,11 +23,9 @@ world.setTypeUpdate(blockposition1, Blocks.FIRE.getBlockData()); return; } -@@ -60,7 +69,16 @@ - return; +@@ -61,6 +70,14 @@ } -+ // PAIL: rename if (world.isEmpty(blockposition2.up()) && this.d(world, blockposition2)) { + // CraftBukkit start - Prevent lava putting something on fire + BlockPosition up = blockposition2.up(); -- cgit v1.2.3