Links
Tags
Creators
Details
Licensed MIT
Published 6 months ago
Updated 2 hours ago
All versions
2.1.0-beta.4
Beta
2.1.0-beta.44 months ago 18
Compatibility
Minecraft: Java Edition
26.2-pre-1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Tracks Minecraft 26.2-pre-1 (first prerelease of the 26.2 cycle); skips snapshots 6, 7, and 8 since none broke this mod's surface.
- Rebuilt against Fabric API 0.149.2+26.2.
- YACL bumped to 3.9.3+26.2-fabric and ModMenu to 19.0.0-alpha.1 on the compile classpath. Neither has a build that explicitly lists
26.2-pre-1in its game_versions yet, so they remaincompileOnly— the in-game config screen returns to dev runtime once either ships a matching build.
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:lRSWiu6p:dt4cu20O"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lRSWiu6p:dt4cu20O"
}

