v1.0.0
Compatibility
Changes
initial modrinth release
and a personal apology to the moderation team for having to reupload this new, but, due to a potential copyright issue that I honestly should have foreseen, I redesigned the assets for this mod to be my own assets, that was the real issue preventing the mod from being considered my own work by copyright law. It's also why I remade the project. Needed a new name for this mod to distinguish it from the original name I used on my original version of the mod, and on top of that, I had to totally recreate my forge mod development files... honestly, amazon aws is a gigantic pain in the rear for turning off insecure http downloads of files, it prevented the official 1.7.10 forge tools from working, I had to use a communitty fixed forgegradle... and yes, I DID partly screw up on editing the version numbers... must have forgot to change something... it shows TWO version numbers, each in a different spot. I'll fix that when I have more time. Sorry to the moderation team about that as well,
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:Wuuiw7iR:ulTflm07"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Wuuiw7iR:ulTflm07"
}

