Minecraft Tool Drops mod 2026 download
logo
minecraft mod Tool Drops

Tool Drops

Game Version: 1.17
Total Downloads: 822
Updated: Jun 19, 2021
Created: Mar 13, 2021
Download Tool DropsDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
tool-drops-1.0.0.jar release 7.89 KB Jun 19, 2021 1.17 368 download Tool Drops tool-drops-1.0.0.jar releaseDownload
1.0.0 release 7.13 KB Mar 13, 2021 1.16.5 454 download Tool Drops 1.0.0 releaseDownload

Description

Share this:

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/item.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 Translation key used for the item. See https://minecraft.gamepedia.com/ for vanilla items.

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

Comments

Add a comment