Links
Tags
Creators
Details
1.5
Compatibility
Changes
Hey! formalities aside, this one is a bit experimental! I've added a config file that auto generates (thanks to magistermaks for SimpleConfig!), and though I'm pretty sure it works well, I'd still say it needs more testing before I'm comfortable considering this a fully released update.
That being said, use with caution! Not saying anything will crash and burn, but back up your saves anyways!

On top of this, I've also fixed hive memorization not registering properly, so behavior might be different. Let me know if you run into any issues.
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:O2WJc0f3:bMTsZrpW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O2WJc0f3:bMTsZrpW"
}

