mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 04:33:56 -07:00
Updated to use mc-dev rename revision 1
This commit is contained in:
@@ -336,7 +336,7 @@ public class Chunk {
|
||||
|
||||
if (l != 0) {
|
||||
if (!this.world.isStatic) {
|
||||
Block.byId[l].a(this.world, i2, j, j2);
|
||||
Block.byId[l].onPlace(this.world, i2, j, j2);
|
||||
}
|
||||
|
||||
if (Block.byId[l] instanceof BlockContainer) {
|
||||
@@ -400,7 +400,7 @@ public class Chunk {
|
||||
|
||||
if (l != 0) {
|
||||
if (!this.world.isStatic) {
|
||||
Block.byId[l].a(this.world, l1, j, i2);
|
||||
Block.byId[l].onPlace(this.world, l1, j, i2);
|
||||
}
|
||||
|
||||
if (l > 0 && Block.byId[l] instanceof BlockContainer) {
|
||||
|
Reference in New Issue
Block a user