Back to mods
Bonded project artwork

CurseForge · Minecraft mod

Bonded

The more you use your tools, weapons, and armor, the stronger they become, gaining bonus stats over time.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Bonded release should I use?

Updated today
Latest stable file bonded-neoforge-4.2.0+26.2
Game version 26.2
Loader NeoForge

bonded-neoforge-4.2.0+26.2 targets 26.2 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 3 required mods have matching files.

Where it goes

Is Bonded required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does bonded-neoforge-4.2.0+26.2 need?

bonded-neoforge-4.2.0+26.2. Change the file and its required mods may change too.

All 3 required mods have matching files

Install Konfig, Amber Lib, Amber first. We found matching files for this game-version and loader setup.

Konfig Needed by bonded-neoforge-4.2.0+26.2
required
Matching file found Matched file: konfig-neoforge-0.8.1+26.2
Amber Lib Needed by bonded-neoforge-4.2.0+26.2
required
Matching file found Matched file: amber-neoforge-11.4.0+26.2
Amber Needed by bonded-neoforge-4.2.0+26.2
required
Matching file found Matched file: 11.4.0+26.2

We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add Bonded without breaking your instance.

Built for bonded-neoforge-4.2.0+26.2. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use bonded-neoforge-4.2.0+26.2. It targets 26.2 with NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Konfig, Amber Lib, Amber first. We found matching files for this game-version and loader setup.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside bonded-neoforge-4.2.0+26.2. It opens that exact file at the source.

About this project

What does Bonded add?

Bonded

Bonded banner

Amber Issues Discord KoFi

A gear leveling mod for Fabric, Forge, and NeoForge.

Requires Amber. Fabric and Forge builds also require Forge Config API Port.

Bonded levels up your gear as you use it.

  • Tools and weapons gain bonus stats through use
  • Repair and upgrade items at the Repair Bench and Tool Bench
  • Works with any tool/armor mod; upgrade paths need compat mods

Bonded Benches GIF

The leveling and repairing feature will work with any tool and armor mod out of the box. Upgrade paths, however, will require compat mods that I can make at your request, just hmu.

How To Use It

Use an item on the Repair Bench to repair it, consuming 1 of the repair material for that item.

Use an item on the Tool Bench to upgrade it to the next tier. The item must be level 10 (configurable) and you must have the upgrade material in your inventory.

Bonded Demo

Current Plan

Fixing bugs and adding requested features.

Thank you for the support!

Pics

Tool Bench recipe

Tool Bench recipe

Repair Bench recipe

Tool Bench Overlay

Repair Bench Overlay

Help Translate Bonded

Want to help translate this mod into your language? Join the community translation project:

Contribute translations

🇺🇸 🇪🇸 🇧🇷 🇫🇷 🇩🇪 🇷🇺 🇹🇷 🇯🇵 🇰🇷 🇨🇳

Q&A

Q: Where can I ask something that is not listed here?

A: Make an issue here or join the Discord and shoot me a message.

Q: Can you port it to [MC version/Mod loader]?

A: If enough people request it I'll give it some time, but this really is a 1-man team so it might take a while.

Q: Can I include it in my modpack?

A: Yes, no need to give credit or ask.

Join our Discord

More mods by me

Gentle Hurt Cam

Gentle Hurt Cam
Liteminer

Liteminer
Mochila

Mochila
Torch Toss

Torch Toss

Compatibility

Compat Mods

The leveling and repairing feature will work with any tool and armor mod out of the box. Upgrade paths, however, will require compat mods that I can make at your request, just hmu.

Addon API

Bonded exposes an addon API under com.iamkaf.bonded.api for Minecraft 26.1.2. Use it to add Tool Bench upgrade paths, Repair Bench materials, custom experience caps, and integrations with Bonded's item state and events.

import com.iamkaf.bonded.api.BondedApi;
import net.minecraft.world.item.Items;

BondedApi.addUpgrade(
        MyItems.STEEL_PICKAXE.get(),
        MyItems.MYTHRIL_PICKAXE.get(),
        MyTags.Items.MYTHRIL_UPGRADE_MATERIALS
);
BondedApi.addRepairMaterial(MyItems.STEEL_PICKAXE.get(), Items.IRON_INGOT);
BondedApi.addExperienceCap(MyItems.STEEL_PICKAXE.get(), 250);

For item stack integrations, use BondedItemStacks to read or change max-damage modifiers and over-repair state. For event integrations, use BondEvent for experience, level-up, repair, and upgrade hooks, or GameEvents.AWARD_ITEM_EXPERIENCE to award Bonded experience from custom gameplay.

Full API docs are available in the GitHub README.

Credits

  • My amazing community
  • The Fabric, NeoForge, Forge teams and all the other awesome developers whose work I depend on
  • And most importantly, Aris, for always being there for me.

Project description from CurseForge.

Pick your setup

Bonded by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

32 available setups

Showing the newest 12 of 13 game versions. Older files are in the list below.

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Bonded versions and loaders

100 of 100 releases match

Looking for an older file? The official CurseForge project page is in Resources.