TileEntities in border chunks will never be initialized
yueh opened this issue ยท 0 comments
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.