All versions
2.1.1
Beta
2.1.13 weeks ago 3
Compatibility
Minecraft: Java Edition
26.2-rc-2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
v2.1.1
Changed
- Mod Menu integration updated to its 26.2 build (
20.0.0-beta.2); the previous 26.1 build (18.0.0-beta.1) called the removedI18n.existsand crashed the title screen on 26.2.
Fixed
- Now loads on Minecraft 26.2-rc.2. The previous build pinned the Fabric dependency to
26.2-rc-2(the build-artifact name) instead of the in-game version id Fabric checks at runtime (26.2-rc.2), so the loader rejected the mod on launch.
Optional dependencies
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:OpFonWdr:c9dPiEkX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OpFonWdr:c9dPiEkX"
}



