Applied Energistics 2

Applied Energistics 2

137M Downloads

TileEntities in border chunks will never be initialized

yueh opened this issue ยท 0 comments

commented

Any AEBaseTileEntity within a border chunk will not be initialized as minecraft does consider the chunk as existing even when the chunk is actually loaded.

As we drop these tile entities from the queue and the chunk can swap from non existing to existing without it being loaded again, these will never be initialized.