Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 4 months ago
Updated 3 months ago
A the repaired the older mod for fabric.
What's this mod?
When players repair items, the durability limit of the item will be reduced.
What can this mod do?
In the later stages of the game, players always use their graduation items and do not create or use new items. This mod can improve this by reducing the durability limit of items while they are being repaired, thereby shortening their lifespan and encouraging players to create more items.
Features
- Anvil : Retaining the first slot for repair and reducing the durability limit caused by mending.
- Craft : Retain the durability limit reduction caused by random slot repair and mending.
- Grind : Preserve the durability limit reduction caused by repairing the first slot and eliminate the reduction caused by mending.
- Mending : When Mending takes effect, it will lower the durability limit by a small amount.
The above features can be disabled in the config,and are all enabled by default.
Usage
Using this mod is very simple!
Install it in your mods folder along with Fabric API,you can configure the mod by editing the file in.
config/therepairedtheolder.json
<br />
{
<br />"Anvil": true,
<br />"Craft": true,
<br />"Grind": true,
<br />"Mending": true
<br />}