Folia/folia-server
Spottedleaf f8132c51c3 Properly implement force loaded chunk API
We need to verify that the methods are only being invoked
on the global region.

Additionally, do not use CraftWorld#getChunk for retrieving
the Chunk object as it would trip a thread check. Rather,
we construct the CraftChunk manually as it is simply
a world+coordinates wrapper. The call never needed to block
until the chunk was loaded either.
2025-01-28 17:02:50 -08:00
..
minecraft-patches Fix flickering with teleportAsync 2025-01-28 16:11:25 -08:00
paper-patches Properly implement force loaded chunk API 2025-01-28 17:02:50 -08:00
build.gradle.kts.patch Update Paper 2025-01-16 14:31:34 -08:00