mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 12:13:54 -07:00
Update for 1.0.0
This commit is contained in:
@@ -27,7 +27,7 @@ public class BlockStationary extends BlockFluids {
|
||||
world.suppressPhysics = true;
|
||||
world.setRawTypeIdAndData(i, j, k, this.id - 1, l);
|
||||
world.b(i, j, k, i, j, k);
|
||||
world.c(i, j, k, this.id - 1, this.c());
|
||||
world.c(i, j, k, this.id - 1, this.d());
|
||||
world.suppressPhysics = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user