
ModsJava
Repairsmith
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

Repairsmith
This mod adds the Repairsmith villager profession, providing an alternative way to repair items. The Repairsmith can repair any damaged item for an emerald cost, allowing for an additional item repair method in addition to the Mending enchantment and anvil repairs. The goal is to make repairing the items you've spent several hours crafting and enchanting a little less tedious to maintain.

Description
- Repairsmiths charge emeralds to fix items, with costs based on how much durability is missing
- Their workstation is the anvil, and they support most other villager features including, trade discounts and xp rewards for both the player and the villager during repair transactions
- You can level up the Repairsmith, though there aren't currently extra perks for doing so (open to ideas!)
- Villages may generate with a repair workshop, where you'll find the Repairsmith
Configuration
Settings for this mod can be configured in the repairsmith.json config file:
// Cost equation: cost = (durability / durabilityPerEmerald) ^ costExp
{
// The amount of durability repair 1 emerald can afford (increasing this decreases repair cost)
"durabilityPerEmerald": 30,
// The exponent value that gets applied to the emerald cost, before villager discounts are applied (increasing this increases repair cost)
"costExp": 0.7,
// The number of repair trades offered before the repairsmith must restock
"maxOffers": 5,
// Amount of durability needed to be repaired to reward player with 1 xp (increasing this decreases rewarded xp)
"durabilityPerPlayerXp": 50,
// The exponent value that gets applied to the rewarded xp (increasing this increases rewarded xp)
"xpExp": 0.6
}
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21, 1.21.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as repairsmith-1.0.0+1.21.jar — drop this file into the mods folder
- Download size: 97 KB
- Download link checked 30 Aug 2026 — working
These come from our own check of the pack file, not from the source page.