Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-20 13:30:05 +01:00
Another attempt at the vanilla tile entity bug
Dieser Commit ist enthalten in:
Ursprung
e31cedf583
Commit
620f101487
@ -407,7 +407,7 @@ public class Chunk {
|
|||||||
tileentity = this.d(i, j, k);
|
tileentity = this.d(i, j, k);
|
||||||
if (tileentity == null) {
|
if (tileentity == null) {
|
||||||
tileentity = ((BlockContainer) Block.byId[l]).a_();
|
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) {
|
if (tileentity != null) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren