Unified Durability Tweaks
No reviews yet
A lightweight server-side durability tweak mod that applies configurable durability loss probability and maximum durability loss to all equipped items, including weapons, tools, armor, and shields.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Unified Durability Tweaks
A lightweight server-side Fabric mod that applies configurable durability loss probability and maximum durability loss to all equipped items, including weapons, tools, armor, and shields.
Features
- 🗡️ Supports weapons
- ⛏️ Supports tools
- 🛡️ Supports armor
- 🛡️ Supports shields
- ⚙️ Configurable durability loss probability
- ⚙️ Configurable maximum durability loss per durability event
- 🔧 Lightweight implementation with minimal performance overhead
- 🌐 Server-side compatible (clients do not need to install the mod)
- ✨ Fully compatible with vanilla Unbreaking and Mending
- 📄 Simple JSON configuration
Default Behavior
By default, the mod applies the following rules:
- 25% chance for a durability event to consume durability.
- A maximum of 1 durability can be consumed per durability event.
This significantly increases the average lifespan of equipment while preserving vanilla gameplay mechanics.
Configuration
The configuration file is automatically generated at:
config/unified_durability_tweaks.json
Default configuration:
{
"enabled": true,
"durability_loss_chance": 0.25,
"max_damage_loss": 1
}
Parameters
| Option | Description |
|---|---|
enabled |
Enable or disable the mod. |
durability_loss_chance |
Probability that a durability event actually consumes durability. |
max_damage_loss |
Maximum durability consumed per durability event. |
Multiplayer
This is a server-side mod.
- ✅ Dedicated Server
- ✅ Singleplayer
- ✅ LAN Worlds
Clients do not need to install the mod.
Compatibility
- Minecraft 1.21.1
- Fabric Loader
Designed to be lightweight and suitable for both vanilla+ gameplay and large modpacks.
How It Works
Instead of modifying weapon or armor attributes, the mod intercepts durability loss events and applies two configurable rules:
- Whether the durability loss should occur.
- The maximum durability consumed by that event.
This keeps the behavior simple, predictable, and compatible with vanilla enchantments such as Unbreaking and Mending.
License
Feel free to include this mod in your modpack.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources