expRepair

Quick rating

expRepair

No reviews yet

Take control of your Mending enchantment. expRepair lets you decide when and how your gear gets repaired using your stored XP — no more losing XP to random orb pickups at the wrong time.

QoL & Tweaks
Performance & Optimization
Mod Loaders
NeoForge
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
exprepair-1.9.4_MC-1.21.5-multi.jar
Authors
CurseForge
Modrinth

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

expRepair

expRepair is a lightweight Minecraft mod that lets players spend their XP to automatically repair Mending-enchanted gear — without relying on XP orbs dropping near you. Choose between passive background repair or manual on-demand repair, with full server-side control over defaults and permissions. Mod works server-side or in single player.


## ✨ Features

### 🔁 Passive Repair Automatically repairs your equipped Mending gear every second using your stored XP. Set an XP floor so passive repair never spends below a minimum level, keeping you safe from dropping too low.

### 🔧 Manual Repair Sneak + right-click in the air while holding a damaged Mending item to instantly repair it using your XP. Great for quick fixes without waiting for passive repair to kick in.

### 🔒 Mutually Exclusive Modes Passive and manual repair cannot both be active at the same time — enabling one automatically disables the other. Both can be disabled simultaneously if you prefer to manage repairs yourself.

### 💾 Persistent Settings All player settings are saved permanently to the server. Settings survive disconnects, restarts, deaths, and dimension changes.

### 🛠️Admin Controls Server administrators have full control over mod behavior:

  • Set server-wide defaults for new players
  • Enable or disable passive and/or manual repair server-wide
  • Override individual player settings
  • Broadcast or silently reload configuration changes

## 📋 Commands

All commands support both /exprepair and the /er shorthand.

### Player Commands

Command Description
/er Help / overview
/er passive Toggle passive repair on/off
/er manual Toggle manual repair on/off
/er threshold [levels] View or set your XP floor (0 to clear)
/er status View your current settings
/er serverdefaults View server defaults (read-only)
/er version Show mod version

### Admin Commands (OP level 2+)

Command Description
/er admin View server settings
/er admin passive on|off Set default passive repair for new players
/er admin passive allow on|off [silent] Enable/disable passive repair server-wide
/er admin manual on|off Set default manual repair for new players
/er admin manual allow on|off [silent] Enable/disable manual repair server-wide
/er admin threshold [levels] View or set the default XP floor
/er admin maxXpPerRepair [xp] View or set max XP spent per repair tick
/er admin reload Reload config from disk
/er admin player View a player's current settings
/er admin player reset Reset a player to server defaults
/er admin player passive on|off Override a player's passive repair
/er admin player manual on|off Override a player's manual repair
/er admin player threshold levels Override a player's XP floor

## ⚙️ Configuration

Settings are stored in config/exprepair.json and can be edited by hand or managed entirely through in-game commands. Changes made via commands are written to disk immediately — no restart required. Use /er admin reload to apply hand-edited changes.

  {
    "maxXpPerRepair": 8,
    "defaultPassive": false,
    "defaultManual": false,
    "defaultThreshold": 0,
    "allowPassive": true,
    "allowManual": true
  }

  ┌──────────────────┬─────────┬───────────────────────────────────────────────────────────┐
  │     Property     │ Default │                        Description                        │
  ├──────────────────┼─────────┼───────────────────────────────────────────────────────────┤
  │ maxXpPerRepair   │ 8       │ Maximum XP spent per repair tick                          │
  ├──────────────────┼─────────┼───────────────────────────────────────────────────────────┤
  │ defaultPassive   │ false   │ Default passive repair state for new players              │
  ├──────────────────┼─────────┼───────────────────────────────────────────────────────────┤
  │ defaultManual    │ false   │ Default manual repair state for new players               │
  ├──────────────────┼─────────┼───────────────────────────────────────────────────────────┤
  │ defaultThreshold │ 0       │ Default minimum XP level passive repair won't spend below │
  ├──────────────────┼─────────┼───────────────────────────────────────────────────────────┤
  │ allowPassive     │ true    │ Whether players are allowed to use passive repair         │
  ├──────────────────┼─────────┼───────────────────────────────────────────────────────────┤
  │ allowManual      │ true    │ Whether players are allowed to use manual repair          │
  └──────────────────┴─────────┴───────────────────────────────────────────────────────────┘

  ---
  📦 Requirements

  - Minecraft: 1.21.11
  - Loader: Fabric
  - Fabric API: Required
  - Fabric Loader: 0.18.4 or higher

  ---
  🔗 Source Code

  Available on https://github.com/LunixiaLIVE/expRepair under the MIT License.

expRepair

expRepair is a lightweight Minecraft mod that lets players spend their XP to automatically repair Mending-enchanted gear — without relying on XP orbs dropping near you. Choose between passive background repair or manual on-demand repair, with full server-side control over defaults and permissions.


✨ Features

🔁 Passive Repair

Automatically repairs your equipped Mending gear every second using your stored XP. Set an XP floor so passive repair never spends below a minimum level, keeping you safe from dropping too low.

🔧 Manual Repair

Sneak + right-click in the air while holding a damaged Mending item to instantly repair it using your XP. Great for quick fixes without waiting for passive repair to kick in.

🔒 Mutually Exclusive Modes

Passive and manual repair cannot both be active at the same time — enabling one automatically disables the other. Both can be disabled simultaneously if you prefer to manage repairs yourself.

💾 Persistent Settings

All player settings are saved permanently to the server. Settings survive disconnects, restarts, deaths, and dimension changes.

🛠️Admin Controls

Server administrators have full control over mod behavior:

  • Set server-wide defaults for new players
  • Enable or disable passive and/or manual repair server-wide
  • Override individual player settings
  • Broadcast or silently reload configuration changes

📋 Commands

All commands support both /exprepair and the /er shorthand.

Player Commands

Command Description
/er Help / overview
/er passive Toggle passive repair on/off
/er manual Toggle manual repair on/off
/er threshold [levels] View or set your XP floor (0 to clear)
/er status View your current settings
/er serverdefaults View server defaults (read-only)
/er version Show mod version

Admin Commands (OP level 2+)

Command Description
/er admin View server settings
/er admin passive on|off Set default passive repair for new players
/er admin passive allow on|off [silent] Enable/disable passive repair server-wide
/er admin manual on|off Set default manual repair for new players
/er admin manual allow on|off [silent] Enable/disable manual repair server-wide
/er admin threshold [levels] View or set the default XP floor
/er admin maxXpPerRepair [xp] View or set max XP spent per repair tick
/er admin reload [silent] Reload config from disk
/er admin <player> View a player's current settings
/er admin <player> reset Reset a player to server defaults
/er admin <player> passive on|off Override a player's passive repair
/er admin <player> manual on|off Override a player's manual repair
/er admin <player> threshold <levels> Override a player's XP floor

⚙️ Configuration

Settings are stored in config/exprepair.json and can be edited by hand or managed entirely through in-game commands. Changes made via commands are written to disk immediately — no restart required. Use /er admin reload to apply hand-edited changes.

{
  "maxXpPerRepair": 8,
  "defaultPassive": false,
  "defaultManual": false,
  "defaultThreshold": 0,
  "allowPassive": true,
  "allowManual": true
}

┌──────────────────┬─────────┬───────────────────────────────────────────────────────────┐
│     Property     │ Default │                        Description                        │
├──────────────────┼─────────┼───────────────────────────────────────────────────────────┤
│ maxXpPerRepair   │ 8       │ Maximum XP spent per repair tick                          │
├──────────────────┼─────────┼───────────────────────────────────────────────────────────┤
│ defaultPassive   │ false   │ Default passive repair state for new players              │
├──────────────────┼─────────┼───────────────────────────────────────────────────────────┤
│ defaultManual    │ false   │ Default manual repair state for new players               │
├──────────────────┼─────────┼───────────────────────────────────────────────────────────┤
│ defaultThreshold │ 0       │ Default minimum XP level passive repair won't spend below │
├──────────────────┼─────────┼───────────────────────────────────────────────────────────┤
│ allowPassive     │ true    │ Whether players are allowed to use passive repair         │
├──────────────────┼─────────┼───────────────────────────────────────────────────────────┤
│ allowManual      │ true    │ Whether players are allowed to use manual repair          │
└──────────────────┴─────────┴───────────────────────────────────────────────────────────┘

---
📦 Requirements

- Minecraft: 1.21.11
- Loader: Fabric
- Fabric API: Required
- Fabric Loader: 0.18.4 or higher

---
🔗 Source Code

Available on https://github.com/LunixiaLIVE/expRepair under the MIT License.

Screenshots

Gallery

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~1,000
Total Downloads
CurseForge
<1,000
Modrinth
~1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works