
Tool Drops Reborn
A fabric mod that allows you to configure loot tables for when an item breaks due to durability.
Example: if you want a diamond pickaxe to drop 2 diamonds when it breaks, create the file "config/tooldrops/loot_tables/minecraft.diamond_pickaxe.json"
{
"pools": [
{
"rolls": 2,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:diamond"
}
]
}
]
}
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
Original Ported from https://www.curseforge.com/minecraft/mc-mods/tool-drops
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21, 1.21.1, 1.21.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as tooldrops-1.0.0.jar — drop this file into the mods folder
- Download size: 91 KB
- Download link checked 10 Sept 2026 — working
These come from our own check of the pack file, not from the source page.
