1.0.0
Compatibility
Changes
Hello everyone, welcome to the first release of... Tebo's Corruption Mod! This mod is inspired by "Alan Becker" and his animations, in his AvM 30 and AvM 38 Videos, there is the black corruption that spreads, so i decided to make it into a mod, I hope you all enjoy this mod! I plan to add diffrent colourse and variations to this mod as well. See you all in the next release!
What this first release of the mod contains:
1: - Black Corruption
2: - White Corruption
3: - Missing Texture Corruption
More will be added in later updates.
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:AFDomuO3:SozheyAz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AFDomuO3:SozheyAz"
}

