Commits

md_5 authored df75eebc2b7
MC-80966 / SPIGOT-957: Send additional lighting data
No tags

nms-patches/ChunkSection.patch

Modified
18 18 + if (flag) {
19 19 + this.skyLight = new NibbleArray();
20 20 + }
21 21 + recalcBlockCounts();
22 22 + }
23 23 + // CraftBukkit end
24 24 +
25 25 public IBlockData getType(int i, int j, int k) {
26 26 return this.blockIds.a(i, j, k);
27 27 }
28 +@@ -46,7 +64,7 @@
29 + }
30 +
31 + public boolean a() {
32 +- return this.nonEmptyBlockCount == 0;
33 ++ return false; // CraftBukkit - MC-80966
34 + }
35 +
36 + public boolean shouldTick() {

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut