From df75eebc2b7ca3b370eb265ee52bd5397c1194de Mon Sep 17 00:00:00 2001 From: md_5 Date: Sat, 25 Jun 2016 20:44:12 +1000 Subject: MC-80966 / SPIGOT-957: Send additional lighting data --- nms-patches/ChunkSection.patch | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nms-patches/ChunkSection.patch b/nms-patches/ChunkSection.patch index da356273..7a9ab688 100644 --- a/nms-patches/ChunkSection.patch +++ b/nms-patches/ChunkSection.patch @@ -25,3 +25,12 @@ public IBlockData getType(int i, int j, int k) { return this.blockIds.a(i, j, k); } +@@ -46,7 +64,7 @@ + } + + public boolean a() { +- return this.nonEmptyBlockCount == 0; ++ return false; // CraftBukkit - MC-80966 + } + + public boolean shouldTick() { -- cgit v1.2.3