mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 11:44:19 +01:00
MC-80966 / SPIGOT-957: Send additional lighting data
By: md_5 <git@md-5.net>
This commit is contained in:
parent
a526b5311c
commit
eecbca5942
1 changed files with 9 additions and 0 deletions
|
@ -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 a new issue