Tool Drops (Fabric)
Modby stratecide
Items drop loot when they break due to durability
Type
Mod
CurseForge Downloads
75,381
CurseForge ID
456596
Last Updated
Jul 27, 2026
Description
Tool-Drops
A fabric mod that allows you to configure loot tables for when an item breaks due to durability.
Example: if you want a wooden hoe to drop 2 sticks when it breaks, create the file "config/tool drops/loot tables/minecraft.wooden_hoe.json"
{
"pools": [
{
"rolls": 2,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:stick"
}
]
}
]
}
The config folder will be created when minecraft is first started with this mod installed.
The name of every loot table has to be the Identifier used for the item (replace the colon with a dot).
Finally, the content of the file is a normal loot table and can be created at https://misode.github.io/loot-table/
Requires Fabric API
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
EarthMobs
bring back to the Minecraft Earth Mobs with own twist on gameplay!
BBL Smart Crafting
A block that views your inventory and inventories around it and shows available crafts
EfficientHashing
better hashing algorithm for Vec3i & BlockPos
Cammie's Minecart Tweaks
Makes Minecarts more viable as a form of transportation.
Upsizer Mod [FORGE]
Upsize the max stack size of Minecraft items in all inventories
Female Gender & Age Mod
ARCHIVED/DISCONTINUED. Adds player age and gender settings to Minecraft. Uses new hurt sounds, female models and texture...