mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-19 05:31:32 +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) {
|
public IBlockData getType(int i, int j, int k) {
|
||||||
return this.blockIds.a(i, j, 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…
Add table
Reference in a new issue