forked from MinecraftForge/MinecraftForge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Invalidate tile entities that are queued for removal (Minecra…
…ftForge#5512)" This reverts commit 75788f6. This solution is invalid as TEs are free to modify the world tileEntities list, usually indirectly via chunkloading, from inside invalidate(). This happens in vanilla, in TileEntityChest#invalidate, where it calls checkForAdjacentChests(), which has the potential to load neighboring chunks and cause a CME. A more sophisticated solution is needed.
- Loading branch information
1 parent
3c426a2
commit 633fd9b
Showing
1 changed file
with
31 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters