Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-18 12:30:06 +01:00
MC-80966 / SPIGOT-957: Send additional lighting data
Dieser Commit ist enthalten in:
Ursprung
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() {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren