Fabric-V1.0.1
Compatibility
Changes
Attention!! I, "The creator of the mod," am Brazilian and I don't know much English, so I'm using automatic translation and trying to adjust and make the writing as close as possible to what I want to say. So if you notice any incorrect text or very "basic" English, I apologize ;-;
Maybe, JUST maybe, if you change the Fabric API version to 1.20.2 or a recent one or something like that, MAYBE the mod will work on versions 1.20.2 up to 1.20.6 by doing something like that, but I haven't tested it, but it might work on version 1.20 too.
"In case you didn't understand, this mod was made only for version 1.20.1, but when I published it on Modrinth, it thought it was compatible with versions 1.20 up to 1.20.6, so I tested 1.20 and it actually worked."
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:p9IRirgA:499puyMg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:p9IRirgA:499puyMg"
}

