FixItem

Quick rating

FixItem

No reviews yet

Instantly repair tools and manage item durability with simple commands

QoL & Tweaks
Mod Loaders
Forge
Minecraft

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

Where It Runs
Client and Server

Must be installed on both the client and the server.

About

Project Details

Type
Mod
License
MIT License
Latest Version
fixitem-1.3.1.jar

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

Source Issues Wiki Discord

About

Description

FixItem

Minecraft Forge Version License

A simple yet powerful Minecraft Forge mod that adds item repair and durability management commands to your server or singleplayer world.

📋 Features

🔧 Item Repair Commands

  • /fix - Instantly repair the item in your main hand to full durability
  • /setdurability <amount> - Set specific durability value for the held item
  • /setdurabilitypercent <percent> - Set durability as a percentage (0-100%)

⚙️ Admin Controls

  • /fixcommands allow - Enable fix commands (OP level 4 required)
  • /fixcommands deny - Disable fix commands (OP level 4 required)
  • Persistent configuration - settings are saved and loaded automatically

🛡️ Safety Features

  • Commands only work on damageable items
  • Permission-based access control (OP level 2 for repair commands)
  • Automatic client synchronization to prevent visual glitches
  • Error handling with user-friendly messages

🎮 Usage

Basic Item Repair

Hold any damageable item (tools, weapons, armor) in your main hand and run:

/fix

Requires OP level 2

Advanced Durability Control

Set exact durability values:

/setdurability 100

Set durability as percentage:

/setdurabilitypercent 75.5

Server Administration

Enable/disable the mod's commands:

/fixcommands allow
/fixcommands deny

Requires OP level 4

📸 Demo Gallery

Basic Item Repair

Fix Command Demo Using /fix to instantly repair a damaged diamond pickaxe to full durability

Percentage-Based Durability Control

Set Durability Percent Demo Setting item durability to 10% using /setdurabilitypercent 10

Exact Durability Management

Set Durability Demo Precisely controlling durability with /setdurability command

Admin Toggle System

Admin Toggle Demo Server administrators can enable/disable fix commands with /fixcommands allow|deny

⚡ Installation

  1. Download the latest release from GitHub Releases
  2. Install Minecraft Forge 55.0.21 or compatible version
  3. Place the .jar file in your mods folder
  4. Launch Minecraft with the Forge profile

Requirements

  • Minecraft: 1.21.5
  • Forge: 55.0.21+
  • Server-only

🔧 Configuration

The mod automatically creates a configuration file at config/fix_commands.json:

{
  "enabled": true
}
  • enabled: Controls whether fix commands are available to players
  • Configuration persists across server restarts
  • Can be modified via in-game commands or by editing the file directly

🎯 Permissions

Command Permission Level Description
/fix OP Level 2 Repair items
/setdurability OP Level 2 Set exact durability
/setdurabilitypercent OP Level 2 Set percentage durability
/fixcommands OP Level 4 Toggle command availability

🐛 Known Issues

  • Items must be in the main hand (off-hand not supported)
  • Only works with vanilla damageable items
  • Custom durability mechanics from other mods may not be compatible

🤝 Contributing

Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests on GitHub.

Building from Source

git clone https://github.com/wsadqert/minecraft-FixItem.git
cd FixItem
./gradlew build

📄 License

All Rights Reserved - See LICENSE file for details.

📞 Support

🔗 Links


Made with ❤️ by wsadqert

If you enjoy this mod, consider giving it a ⭐ on GitHub!

FixItem

Minecraft Forge Version License

A simple yet powerful Minecraft Forge mod that adds item repair and durability management commands to your server or singleplayer world.

📋 Features

🔧 Item Repair Commands

  • /fix - Instantly repair the item in your main hand to full durability
  • /setdurability <amount> - Set specific durability value for the held item
  • /setdurabilitypercent <percent> - Set durability as a percentage (0-100%)

⚙️ Admin Controls

  • /fixcommands allow - Enable fix commands (OP level 4 required)
  • /fixcommands deny - Disable fix commands (OP level 4 required)
  • Persistent configuration - settings are saved and loaded automatically

🛡️ Safety Features

  • Commands only work on damageable items
  • Permission-based access control (OP level 2 for repair commands)
  • Automatic client synchronization to prevent visual glitches
  • Error handling with user-friendly messages

🎮 Usage

Basic Item Repair

Hold any damageable item (tools, weapons, armor) in your main hand and run:

/fix

Requires OP level 2

Advanced Durability Control

Set exact durability values:

/setdurability 100

Set durability as percentage:

/setdurabilitypercent 75.5

Server Administration

Enable/disable the mod's commands:

/fixcommands allow
/fixcommands deny

Requires OP level 4

📸 Demo Gallery

Basic Item Repair

Fix Command Demo Using /fix to instantly repair a damaged diamond pickaxe to full durability

Percentage-Based Durability Control

Set Durability Percent Demo Setting item durability to 10% using /setdurabilitypercent 10

Exact Durability Management

Set Durability Demo Precisely controlling durability with /setdurability command

Admin Toggle System

Admin Toggle Demo Server administrators can enable/disable fix commands with /fixcommands allow|deny

⚡ Installation

  1. Download the latest release from GitHub Releases
  2. Install Minecraft Forge 55.0.21 or compatible version
  3. Place the .jar file in your mods folder
  4. Launch Minecraft with the Forge profile

Requirements

  • Minecraft: 1.21.5
  • Forge: 55.0.21+
  • Server-only

🔧 Configuration

The mod automatically creates a configuration file at config/fix_commands.json:

{
  "enabled": true
}
  • enabled: Controls whether fix commands are available to players
  • Configuration persists across server restarts
  • Can be modified via in-game commands or by editing the file directly

🎯 Permissions

Command Permission Level Description
/fix OP Level 2 Repair items
/setdurability OP Level 2 Set exact durability
/setdurabilitypercent OP Level 2 Set percentage durability
/fixcommands OP Level 4 Toggle command availability

🐛 Known Issues

  • Items must be in the main hand (off-hand not supported)
  • Only works with vanilla damageable items
  • Custom durability mechanics from other mods may not be compatible

🤝 Contributing

Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests on GitHub.

Building from Source

git clone https://github.com/wsadqert/minecraft-FixItem.git
cd FixItem
./gradlew build

📄 License

All Rights Reserved - See LICENSE file for details.

📞 Support

🔗 Links


Made with ❤️ by wsadqert

If you enjoy this mod, consider giving it a ⭐ on GitHub!

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
Modrinth
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