PaperMC / Paper

The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
https://papermc.io/
Other
9.39k stars 2.2k forks source link

Update AbstractArrow item method implementations for 1.20.6 #10849

Closed Machine-Maker closed 3 weeks ago

Machine-Maker commented 1 month ago

One question is... right now we just use the internal setPickupItemStack method when the stack changes, however that doesn't accept empty stacks. If you pass an empty stack, it reverts back to the default pickup itemstack for that projectile. Unsure if we want to bypass that.