PaperMC/paper-server/patches/sources/net/minecraft/world/entity/animal
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
..
allay Fix NBT type issues 2018-08-03 00:04:54 -04:00
armadillo
axolotl
camel
frog Missing Entity API 2021-06-21 23:56:07 -04:00
goat Goat ram API 2021-08-05 13:10:27 -04:00
horse Missing Entity API 2021-06-21 23:56:07 -04:00
sniffer
AbstractSchoolingFish.java.patch Missing Entity API 2021-06-21 23:56:07 -04:00
Animal.java.patch ExperienceOrbs API for Reason/Source/Triggering player 2017-12-19 16:31:46 -05:00
Bee.java.patch Missing Entity API 2021-06-21 23:56:07 -04:00
Bucketable.java.patch
Cat.java.patch Fix swamp hut cat generation deadlock 2022-03-12 06:31:13 -08:00
Chicken.java.patch
Cow.java.patch
Dolphin.java.patch MC Dev fixes 2016-03-30 19:36:20 -04:00
Fox.java.patch Improve death events 2018-08-21 01:39:35 +01:00
IronGolem.java.patch Add option to allow iron golems to spawn in air 2019-04-13 16:50:58 -05:00
MushroomCow.java.patch
Ocelot.java.patch Ocelot despawns should honor nametags and leash 2017-07-31 01:54:40 -05:00
Panda.java.patch Add missing forceDrop toggles 2021-07-20 21:25:35 -07:00
Parrot.java.patch Climbing should not bypass cramming gamerule 2020-08-23 20:59:00 +02:00
Pig.java.patch
Pufferfish.java.patch Add PufferFishStateChangeEvent 2021-05-10 16:59:05 +01:00
Rabbit.java.patch
Sheep.java.patch
ShoulderRidingEntity.java.patch
SnowGolem.java.patch
Squid.java.patch Use a Shared Random for Entities 2016-03-22 00:33:47 -04:00
Turtle.java.patch Turtle API 2018-09-29 16:08:23 -05:00
WaterAnimal.java.patch Make water animal spawn height configurable 2021-12-18 08:26:55 +01:00
Wolf.java.patch