Back to mods
Tool Stats Tweaker project artwork

Modrinth · Minecraft mod

Tool Stats Tweaker

A simple mod that lets you edit item stats via config

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Tool Stats Tweaker release should I use?

Updated 1 year ago
beta file 1.0.0
Game version 1.20.1
Loader Fabric

Tool Stats Tweaker 1.0.0 targets 1.20.1 with Fabric. Do not install it on the client. It must be installed on the dedicated server. No extra mods listed for this file.

Where it goes

Is Tool Stats Tweaker required on the client, server, or both?

Do not install it on the client. It must be installed on the dedicated server.

Client Not supported
Dedicated server Required
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

This file is marked server-only.

What else does Tool Stats Tweaker 1.0.0 need?

1.0.0. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add Tool Stats Tweaker without breaking your instance.

Built for Tool Stats Tweaker 1.0.0. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use 1.0.0. It targets 1.20.1 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    Do not install it on the client. It must be installed on the dedicated server.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside 1.0.0. It opens that exact file at the source.

About this project

What does Tool Stats Tweaker add?

Fabric requires Fabric API
Forge and NeoForge requires Sinytra Connector and its dependencies!

This mod lets you edit tool stats and whatnot through a config:

Documentation:

Format:

your_mod:your_item=[a_value:the_value,b_value:true/false]
#your_mod:your_tag=[a_value:the_value,b_value:true/false]

Operations:

*(value) - multiplies by that amount

Ex: Multiply stone sword durability by 2
minecraft:stone_sword=[durability:*2]

/(value) - divides by that amount

Ex: Divide diamond sword damage by 4
minecraft:diamond_sword=[attack_damage:/4]

-(value) - subtracts by that amount

Ex: Make iron pickaxe as weak as a stone one
minecraft:iron_pickaxe=[tool_tier:-1]

+(value) - adds by that amount

Ex: Give golden axes 600 extra durability
minecraft:golden_axe=[durability:+600]

=(value) - sets it to that amount

Ex: Sets all food items to have a maximim stack of 1
#c:foods=[max_stack:=1]

Boolean values:

fireproof - whether or not an item becomes fireproof

Ex: Make golden axes fireproof
minecraft:golden_axe=[fireproof:true]

Integer values:

durability - overall durability

enchantability - likelihood of getting higher level enchantments

max_stack - maximum item stack (do note that you cannot go over 64)

tool_tier - (0 is nothing, 1 is stone tools, 2 is iron tools, 3 is diamond tools)

Decimal values:

armor - armor points given by this armor

armor_toughness - armor toughness of this armor

attack_speed - attack speed of the weapon

attack_damage - attack damage of the weapon (do note that some weapons have a base damage that is fixed)

mining_speed - mining speed of the tool

Strings:

thrown - projectile to shoot when this weapon is right clicked

More examples:

minecraft:iron_boots=[armor_toughness:=5.0]

A pair of iron boots that are tougher than the others

by writing =5.0, it sets the armor toughness of iron boots to 5

minecraft:golden_axe=[fireproof:true]

A golden axe casually floating in lava

this makes the golden axe unburnable

minecraft:diamond_sword=[durability:-600,attack_damage:/4]

A diamond sword with less durability and attack damage

durability: -600 reduces durability by 600, attack_damage: /4 reduces its bonus attack damage by 75%

minecraft:netherite_sword=[thrown:'minecraft:fireball']

A netherite sword shooting a fireball

makes netherite swords shoot a fireball when right clicked

Example config for you to play around with

tool-stats-tweaker.txt

minecraft:golden_sword=[durability:+600]

minecraft:golden_axe=[durability:+600,fireproof:true]

minecraft:diamond_sword=[durability:-600,fireproof:true,attack_damage:/4]

minecraft:stone_sword=[durability:*2]

minecraft:netherite_axe=[durability:/2,fireproof:false,attack_speed:+1]

minecraft:fire_charge=[thrown:'minecraft:small_fireball',max_stack:=16]

minecraft:netherite_sword=[thrown:'minecraft:fireball']

minecraft:netherite_hoe=[enchantability:*100,thrown:'minecraft:wither_skull',attack_speed:*4]

minecraft:stick=[max_stack:=32]

minecraft:golden_leggings=[armor:=5.0,armor_toughness:=2.0]

minecraft:golden_boots=[armor:=5.0]

minecraft:wooden_pickaxe=[mining_speed:+3.0]

minecraft:iron_pickaxe=[tool_tier:-1]

minecraft:iron_helmet=[armor:+5.0]

minecraft:iron_boots=[armor_toughness:=5.0]

#c:foods=[max_stack:=1]

Project description from Modrinth.

Pick your setup

Tool Stats Tweaker by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

1 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Tool Stats Tweaker versions and loaders

1 of 1 releases match

Looking for an older file? The official Modrinth project page is in Resources.