Minecraft Tool Drops (Fabric) mod 2026 download
logo
minecraft mod Tool Drops (Fabric)

Tool Drops (Fabric)

Game Version: 1.18.1
Total Downloads: 4,509
Updated: Jan 21, 2022
Created: Mar 13, 2021
Download Tool Drops (Fabric)Download Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
tool-drops-1.0.0.jar release 13.29 KB Jan 21, 2022 1.18.1 0 download Tool Drops (Fabric) tool-drops-1.0.0.jar releaseDownload
tool-drops-1.0.0.jar release 7.89 KB Jun 19, 2021 1.17 653 download Tool Drops (Fabric) tool-drops-1.0.0.jar releaseDownload
1.0.0 release 7.13 KB Mar 13, 2021 1.16.5 3,856 download Tool Drops (Fabric) 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/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

Comments

Add a comment