mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-24 03:25:15 +01:00
Fixed other types of 'block transmuters'.
This commit is contained in:
parent
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user