Tags
Creators
Details
5.0.0+26.3
Compatibility
Required content
Changes
5.0.0
Added
-
BREAKING: Gear compatibility is now managed through the new Gear Rules config screen. Server owners can configure which items and tags work with Bonded, including their gear type, experience cap, repair material, and upgrade path. Changes apply immediately and sync to players.
- Includes built-in support for Advanced Netherite, Arcane Armory, Basic Weapons, BetterEnd, BetterNether, and Immersive Armors.
-
Added augments, a new progression system that gives individual pieces of gear their own trainable abilities.
-
Added the Cake Destroyer augment. Train it by breaking cakes, then bonded tools and weapons can make enemies drop sugar.
-
Added the Oceanic augment. Train it by wearing bonded leggings underwater, then move freely while swimming.
-
Added
/bonded augmentcommands and an addon API for creating and progressing custom augments. -
Added an optional Patchouli Field Guide covering Bonded recipes, progression, and augments. Craft it with a book and Scrap when Patchouli is installed.
Changed
-
Ported to Minecraft 26.3.
-
Added Liteminer integration. Bonded tools gain reduced experience from extra blocks mined by Liteminer, and the HUD shows the total in yellow.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:rTXmXcev:dZflWYIh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rTXmXcev:dZflWYIh"
}

