eztaK-red

Results 3 comments of eztaK-red

Investigating a bit further: `Paper-1.20.6 (tested #151)` or older: - newest FAWE (`#1061`): //copy -m: 52s - this-PR's FAWE version: //copy -m:

1.21 (fast case): https://spark.lucko.me/EjX9IPlk75 1.20.6 (slow case): https://spark.lucko.me/T0zzmO5OQx

Is it that in 1.20.6 `net.minecraft.world.level.Level.getChunk()` calls `net.minecraft.world.level.ServerChunkCache.getChunk()` ![Screenshot_20250304_193942](https://github.com/user-attachments/assets/b4840fc5-081e-45d8-8b2b-62499bd704d0) while in 1.21 `net.minecraft.world.level.Level.getChunk()` calls `net.minecraft.server.level.ServerChunkCache.getChunkAtIfLoadedImmediately()` ![image](https://github.com/user-attachments/assets/65e98f56-2b45-4aed-b0d7-8b9d7bc93c99) ?