mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-27 06:20:29 +08:00
MC-80966 / SPIGOT-957: Send additional lighting data
This commit is contained in:
parent
ecf4b4238a
commit
df75eebc2b
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user