PaperMC/paper-server/patches/sources/net/minecraft/world
Spottedleaf 2de1053b58 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 ServerLevelAccessor which will always have the chunk available.
2022-03-12 06:31:13 -08:00
..
damagesource Add critical damage API 2021-07-26 17:32:36 +02:00
effect Add ElderGuardianAppearanceEvent 2021-03-19 23:39:09 -04:00
entity Fix swamp hut cat generation deadlock 2022-03-12 06:31:13 -08:00
food EntityRegainHealthEvent isFastRegen API 2016-04-22 01:43:11 -05:00
inventory Custom Potion Mixes 2021-10-07 14:34:55 -07:00
item Custom Potion Mixes 2021-10-07 14:34:55 -07:00
level Fix swamp hut cat generation deadlock 2022-03-12 06:31:13 -08:00
scores Don't save empty scoreboard teams to scoreboard.dat 2016-05-07 23:33:08 -04:00
BossEvent.java.patch Adventure 2021-01-29 17:54:03 +01:00
CompoundContainer.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
Container.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
RandomizableContainer.java.patch LootTable API and replenishable lootables 2016-05-01 21:19:14 -04:00
SimpleContainer.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00