PatchworkMC / patchwork-api

An attempt to reimplement the Minecraft Forge API on Fabric
GNU Lesser General Public License v2.1
283 stars 48 forks source link

Fix item pickup events #193

Closed cittyinthecloud closed 4 years ago

cittyinthecloud commented 4 years ago

EntityItemPickupEvent and PlayerEvent.ItemPickupEvent were implemented incorrectly, leading to no items being able to be picked up and events firing at times they shouldn't. This PR fixes the implementation of these two events.