PaperMC/paper-server/patches/sources/net/minecraft/world/entity/animal
Jake Potrebic 0b9ef3701e Fix a bunch of vanilla bugs
https://bugs.mojang.com/browse/MC-253721
  wrong msg for opping multiple players

https://bugs.mojang.com/browse/MC-248588
  respect mob griefing gamerule for draining water cauldrons

https://bugs.mojang.com/browse/MC-244739
  play goat eating sound for last item in stack

https://bugs.mojang.com/browse/MC-243057
  ignore furnace fuel slot in recipe book click

https://bugs.mojang.com/browse/MC-147659
  Some witch huts spawn the incorrect cat
  Note: Marked as Won't Fix, makes 0 sense

https://bugs.mojang.com/browse/MC-179072
  Creepers do not defuse when switching from Survival to Creative/Spectator

https://bugs.mojang.com/browse/MC-259571
  Fix changeGameModeForPlayer to use gameModeForPlayer

https://bugs.mojang.com/browse/MC-262422
  Fix lightning being able to hit spectators

https://bugs.mojang.com/browse/MC-263999
  Fix mobs breaking doors not spawning block break particles

https://bugs.mojang.com/browse/MC-210802
  Fixes sheep eating blocks outside of ticking range

https://bugs.mojang.com/browse/MC-123848
  Fixes item frames dropping items above when pointing down

https://bugs.mojang.com/browse/MC-174630
  Fix secondary beacon effect remaining after switching effect

https://bugs.mojang.com/browse/MC-153086
  Fix the beacon deactivation sound always playing when broken

https://bugs.mojang.com/browse/MC-200092
  Fix yaw being ignored for a player's first spawn pos

https://bugs.mojang.com/browse/MC-158900
  Fix error when joining after tempban expired

https://bugs.mojang.com/browse/MC-99075
  Fix inventory desync within spawn protected area

https://bugs.mojang.com/browse/MC-273635
  Fix TrialSpawner forgets assigned mob when placed by player

== AT ==
public net/minecraft/world/entity/Mob leashInfoTag
public net/minecraft/server/level/ChunkMap anyPlayerCloseEnoughForSpawning(Lnet/minecraft/world/level/ChunkPos;)Z

Co-authored-by: William Blake Galbreath <blake.galbreath@gmail.com>
Co-authored-by: Spottedleaf <Spottedleaf@users.noreply.github.com>
2022-07-11 11:56:41 -07:00
..
allay Fix NBT type issues 2018-08-03 00:04:54 -04:00
armadillo Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
axolotl Missing effect cause 2022-08-16 19:44:55 +02:00
camel Missing eating regain reason 2022-08-05 12:16:51 +02:00
frog Missing Entity API 2021-06-21 23:56:07 -04:00
goat Fix a bunch of vanilla bugs 2022-07-11 11:56:41 -07:00
horse Missing eating regain reason 2022-08-05 12:16:51 +02:00
sniffer Add various missing EntityDropItemEvent calls 2021-07-20 21:35:47 -07:00
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 effect cause 2022-08-16 19:44:55 +02:00
Bucketable.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
Cat.java.patch Missing eating regain reason 2022-08-05 12:16:51 +02:00
Chicken.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
Cow.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
Dolphin.java.patch Add various missing EntityDropItemEvent calls 2021-07-20 21:35:47 -07:00
Fox.java.patch Add various missing EntityDropItemEvent calls 2021-07-20 21:35:47 -07: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 Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
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 Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
Pufferfish.java.patch Add PufferFishStateChangeEvent 2021-05-10 16:59:05 +01:00
Rabbit.java.patch Fix new block data for EntityChangeBlockEvent 2022-03-21 20:00:53 +02:00
Sheep.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
ShoulderRidingEntity.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
SnowGolem.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
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 Add EntityDyeEvent and CollarColorable interface 2022-03-18 21:15:55 -07:00