Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 5 months ago
All versions
7.4.2+mod
Release
v7.4.2 - QOL & BugFixes - MOD3 years ago 102
Compatibility
Minecraft: Java Edition
24w06a
1.20–1.20.4
Platforms
Fabric
Forge
Quilt
Supported environments
Changes
Mo-Variants 7.4.2 QOL & BugFixes
Changes:
- Change startup for the last time, now uses rrc prefix across all our packs
- Demon advancement is now the parent for Arch Demon Advancement
- Firefly now caps at 500 instead of 251
Fixes:
- Fixed Variants sometimes overwriting mobs from other smithed standard packs
- Fixed Giant Reinforcements being able to be custom mobs from other datapacks/mods
- Fix advancements using the wrong namespace (may reset advancements sorry)
- Checked the entire pack for any errors, unused or unnecessary files, and resolved them all
- A few/A lot not listed here, a lot was done/fixed in this update.
Optional dependencies
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:alk9mtOr:Giw7lsrJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:alk9mtOr:Giw7lsrJ"
}




