1.7.1
Compatibility
Changes
Man its been a while, I know I said I was going to make more update from now on but apperently taking 4 college classes takes up a decent bit of time. Either way I have a small update that I'm putting out that adds a new structure. Its not much but its still somthing to show that I haven't abandoned this project. Also I have working on fabric support but the generator has been very finacky and in order to port it I would have to redo a bunch of things with different apis and such which I don't feel like figuring out, so basicly I'm just going to wait until the generator is updated and then put out support for it, don't know how long that will take but hopfully it will be soon. As for 1.21.10 support, thats also out of my hands and I'm just going to have to wait untill MCreator supports the newest version.
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:dbNNVhGM:KssajCJp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dbNNVhGM:KssajCJp"
}

