Magenet Mods, Item Pickup Mods, or Other Arrow Mods, may cause duplication, this hasnt been tested, but may be a possiblity.
This is a WIP mod, it will be updated over time when updates either break it or new arrows are added. This Mod works as of 2026.01.24-6E2D4FC36
The Arrows Drop On Miss Mod, does what it says, when a arrow is fired and does not hit any Entity, it will drop a Arrow Item on the ground at its location.
For ArrowsDropOnMiss Mod Version 1.2.1+ only:
Config is generated after first time loading into a world, it is located inside the Mods folder of that same world. Changing data i think requires for the world to be reloaded.
In Config:
- ServerMessageAboutConfig: boolean | If true, will tell the first joined user about the config existing.
- AllowSignatureMovesToDropArrows: boolean | If true, will allow special or signature moves to drop arrows. this is essentially Arrow duplication though, up to you.
- ShowModelIdInChatDebug: boolean | Once an arrow hits the ground, it shows its Model Id, which is essentially the file name of the Model.
- ArrowDropPercentageChance: float | The percentage chance a Arrow Item will drop, do note that this still has an effect on Signature Moves if 'AllowSignatureMovesToDropArrows' is true.
- ModelIdsToItemIds: String Array | A list of Strings, each string follows a rule "{model_id}:{item_id}", you can use 'ShowModelIdInChatDebug' to know what model id an arrow uses. If a string like this exists in the config AND a Arrow uses the 'model_id', once that arrow hits the ground, it will use 'item_id' to spawn an item.