Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-17 05:20:05 +01:00
Fixed other types of 'block transmuters'.
Dieser Commit ist enthalten in:
Ursprung
8bf770c5f9
Commit
1bb011a543
@ -394,6 +394,8 @@ public class Chunk {
|
||||
// CraftBukkit end
|
||||
}
|
||||
|
||||
if ((this.b[i << this.world.heightBitsPlusFour | k << this.world.heightBits | j] & 255) != l) return false; // CraftBukkit
|
||||
|
||||
this.g.a(i, j, k, 0);
|
||||
if (Block.lightBlock[b0 & 255] != 0) {
|
||||
if (j >= j1) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren