Another attempt at the vanilla tile entity bug

Dieser Commit ist enthalten in:
Nathan Adams 2011-11-25 00:15:00 +00:00
Ursprung e31cedf583
Commit 620f101487

Datei anzeigen

@ -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) {