All versions
2.1.0
Release
MBK's useful items 2.1.0: enchant patch2 months ago 36
Compatibility
Minecraft: Java Edition
1.21.10–1.21.11
Platform
Fabric
Supported environments
Client and server
Changes
MBK’s Useful Items v2.1 Changelog
Small compatibility and polish update focused on enchantments.
Changes
- Durable MBK items are now properly compatible with vanilla durability enchantments.
- Added enchantability to custom durable tools, gadgets, goggles, armor, and utility items.
- Added MBK durable items to Minecraft’s
enchantable/durabilityitem tag.
Enchantments
- Unbreaking can now work with compatible durable MBK items.
- Mending can now be applied through normal vanilla book/anvil behavior.
- Note: Mending does not normally appear in the enchanting table because it is a treasure enchantment.
Technical
- Added:
data/minecraft/tags/item/enchantable/durability.json
- No Minecraft/Fabric version changes.
- No
build.gradlechanges. - No mixins added.
- Built successfully for Fabric 1.21.10 / Java 21.
Export
- Release jar:
mbks-useful-items-v2.1-fabric-1.21.10.jar
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:oOvxsVHe:smROAMCe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oOvxsVHe:smROAMCe"
}

