Paper/patches
Spottedleaf aab1f8a74e Fix swamp hut cat generation deadlock
The worldgen thread will attempt to get structure references
via the world's getChunkAt method, which is fine if the gen is
not cancelled - but if the chunk was unloaded, the call will block
indefinitely. Instead of using the world state, we use the already
supplied generatoraccess which will always have the chunk available.

Missed patch from tuinity merge
2022-03-12 06:32:31 -08:00
..
api More projectile API (#5731) 2022-03-11 17:37:08 +01:00
removed Remove Patches (#7541) 2022-03-11 21:13:46 +01:00
server Fix swamp hut cat generation deadlock 2022-03-12 06:32:31 -08:00