All versions
1.20.6-1.0.0+fabric
Release
1.20.6-1.0.0+fabric8 months ago 50
Compatibility
Minecraft: Java Edition
1.20.6
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
Unbreakable Anvil
Prevents anvils from breaking when used!
Features
- Anvils no longer lose durability or break
- Works on both client and server
- Zero configuration required
This Release
Version 1.20.6-1.0.0
- Initial release for Minecraft 1.20.6
- Supports Fabric, NeoForge, and Forge
Requirements
| Loader | Minimum Version | Notes |
|---|---|---|
| Fabric | Loader 0.15.11+ | Requires Fabric API |
| NeoForge | 20.6.1+ | - |
| Forge | 50.1.0+ | - |
Installation
- Download the JAR for your mod loader
- Place in your
mods/folder - Launch Minecraft - that's it!
For technical changelog and developer notes, see CHANGELOG.md
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:w8lPzg4N:yZIVG5yi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:w8lPzg4N:yZIVG5yi"
}

