mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 04:33:56 -07:00
Fixed other types of 'block transmuters'.
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user