Arrow Entity Loot Drop

Arrow Entity Loot Drop

18.3k Downloads

Arrow Entity Loot Drop

Fabric API

This mod makes Entities shot with Arrows drop them upon death!

This has always bugged me about Minecraft combat and makes Infinity feel like a requirement. Why does the game punish you for being accurate? Missed arrows can be recovered, why not hits?

NOTE: This mod makes no attempt to serialize the arrows contained by entities - as a result, server reboots will remove all entity-arrow data.

2022-11-15_17 24 33

v1.1.0 Changelog

In this version:

  • Added Cloth Config & ModMenu optional dependencies
  • Added Config w/ 2 fields
    • arrowBreakingChance (default 0): The chance an Arrow stored in an Entity will NOT drop. Range: 0-100
    • preserveNonDefaultArrows (default True): When this is true, Spectral + Tipped Arrows will drop. If false, they will drop as regular Arrows instead
  • Arrows will no longer drop from Entities if the Arrows were not able to picked up as Entities (Creative mode/Infinity Arrows no longer drop as loot)
  • Correct links in Fabric JSON