craftbukkit/nms-patches/net/minecraft
DerFrZocker 38c599f9de
#1272: Only allow one entity in CraftItem instead of two
This pr reverts a change made in 2012 which allowed CraftItem to be a also other entities such as an arrow.
I don't see any practical reason why the original change was done, other than to allow plugin developers to do some stuff in a cursed way.
With the introduction of the PlayerPickupArrowEvent in 2016 there is also a way to access the arrow involved in a better way.
Generally I think the current behavior is a bit strange and should be reverted.
2023-10-06 07:16:11 +11:00
..
advancements Update to Minecraft 1.20.2 2023-09-22 02:40:00 +10:00
commands Update to Minecraft 1.20.2 2023-09-22 02:40:00 +10:00
core Increase diff stability 2023-09-22 02:57:13 +10:00
nbt
network Update to Minecraft 1.20.2 2023-09-22 02:40:00 +10:00
server SPIGOT-7283, SPIGOT-7318: Add AsyncStructureGenerateEvent and BlockState cloning 2023-09-29 06:54:35 +10:00
stats Update to Minecraft 1.20.2 2023-09-22 02:40:00 +10:00
util Update to Minecraft 1.20.2 2023-09-22 02:40:00 +10:00
world #1272: Only allow one entity in CraftItem instead of two 2023-10-06 07:16:11 +11:00
CrashReport.patch