mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-28 05:25:42 +01:00
Another attempt at the vanilla tile entity bug
This commit is contained in:
parent
e31cedf583
commit
620f101487
@ -407,7 +407,7 @@ public class Chunk {
|
||||
tileentity = this.d(i, j, k);
|
||||
if (tileentity == null) {
|
||||
tileentity = ((BlockContainer) Block.byId[l]).a_();
|
||||
this.world.setTileEntity(i, j, k, tileentity);
|
||||
this.world.setTileEntity(l1, j, i2, tileentity); // CraftBukkit - Use world rather than in-chunk coords
|
||||
}
|
||||
|
||||
if (tileentity != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user