Use endstone instead
Dieser Commit ist enthalten in:
Ursprung
4116f32256
Commit
618390def1
@ -76,7 +76,7 @@ public class WorldLoader {
|
|||||||
for(int z = teamZ; z < teamZ + sizeZ; z++){
|
for(int z = teamZ; z < teamZ + sizeZ; z++){
|
||||||
BlockPosition pos = new BlockPosition(x, y, z);
|
BlockPosition pos = new BlockPosition(x, y, z);
|
||||||
cworld.removeTileEntity(pos);
|
cworld.removeTileEntity(pos);
|
||||||
cworld.setTypeAndData(pos, Blocks.AIR.getBlockData(), 1042);
|
cworld.setTypeAndData(pos, Blocks.END_STONE.getBlockData(), 1042);
|
||||||
cworld.getChunkProvider().flagDirty(pos);
|
cworld.getChunkProvider().flagDirty(pos);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren