3
0
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:
Tahg 2012-02-02 07:54:51 -05:00 committet von EvilSeph
Ursprung 8bf770c5f9
Commit 1bb011a543

Datei anzeigen

@ -394,6 +394,8 @@ public class Chunk {
// CraftBukkit end // 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); this.g.a(i, j, k, 0);
if (Block.lightBlock[b0 & 255] != 0) { if (Block.lightBlock[b0 & 255] != 0) {
if (j >= j1) { if (j >= j1) {