Links
Tags
Creators
Details
1.4.666
Compatibility
Changes
justa prototypcical sneekpeek at my lovely evil mod, next version will be on 1.21.1 4 fun, i thouhgt we all decided taht 1.20.1 was the default version now but i guess i was wrong. screw this im making mods for 1.12.2 forever and never changing. betaslop forever. i hate you and i love myself. see you next halloween.
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:3PZtc1oR:BSdBCOtz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3PZtc1oR:BSdBCOtz"
}

