Links
Tags
Creators
Details
1.3.2+mc26.3
Compatibility
Required content
Changes
No changes aside from slight code changes to make it compatible with minecraft version 26.3. Reupload as I forgot to change the version and thus also file name.
Again: Version numbers for Cloth API and Modmenu are only here because that's the versions I was building against. But likely works with later versions of those mods. Should that change I will eventually push an update out.
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:QCTzMMJ4:bDmS4tZP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QCTzMMJ4:bDmS4tZP"
}



