Chunk loading logic can make getTileEntity calls, and these can be off of the main thread (i.e lighting). The TileEntity fixer makes a getType call, which will block on chunk load. Thus a deadlock can occur between a lighting thread and the server thread. By: Spottedleaf <Spottedleaf@users.noreply.github.com>
24 KiB
24 KiB