PaperMC/paper-server/patches/sources/net/minecraft/world/inventory
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
..
AbstractContainerMenu.java.patch Return chat component with empty text instead of throwing exception 2020-07-07 17:53:23 +02:00
AbstractCraftingMenu.java.patch
AbstractFurnaceMenu.java.patch
AnvilMenu.java.patch Add PrepareResultEvent 2020-07-03 11:58:56 -05:00
BeaconMenu.java.patch Fix a bunch of vanilla bugs 2022-07-11 11:56:41 -07:00
BrewingStandMenu.java.patch Custom Potion Mixes 2021-10-07 14:34:55 -07:00
CartographyTableMenu.java.patch Add PrepareResultEvent 2020-07-03 11:58:56 -05:00
ChestMenu.java.patch
ContainerLevelAccess.java.patch fix various menus with empty level accesses 2021-07-11 12:52:56 -07:00
CrafterMenu.java.patch
CraftingContainer.java.patch
CraftingMenu.java.patch
DispenserMenu.java.patch
EnchantmentMenu.java.patch
FurnaceResultSlot.java.patch
GrindstoneMenu.java.patch Add PrepareResultEvent 2020-07-03 11:58:56 -05:00
HopperMenu.java.patch
HorseInventoryMenu.java.patch
InventoryMenu.java.patch
ItemCombinerMenu.java.patch Add PrepareResultEvent 2020-07-03 11:58:56 -05:00
LecternMenu.java.patch Add PlayerLecternPageChangeEvent 2020-11-23 12:58:51 -08:00
LoomMenu.java.patch Add PlayerLoomPatternSelectEvent 2020-11-25 16:33:27 -08:00
MenuType.java.patch
MerchantContainer.java.patch
MerchantMenu.java.patch
PlayerEnderChestContainer.java.patch
ResultContainer.java.patch
ShulkerBoxMenu.java.patch
SmithingMenu.java.patch Add PrepareResultEvent 2020-07-03 11:58:56 -05:00
StonecutterMenu.java.patch Add PlayerStonecutterRecipeSelectEvent 2020-11-27 17:14:27 -08:00
TransientCraftingContainer.java.patch