Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 4 months ago
All versions
8.0+mod
Release
Mo-Variants 8.04 months ago 28
Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
Major Performance Optimizations
- Most mob-specific commands/functions will ONLY run if said mob exists and as that mob.
- Main Loop File size reduced
- Numer of commands running per game tick reduced heavily
- This optimization should be especially notable on SERVERS! (We heard your feedback)
- If you are still experiencing issues, please let us know in our Discord Server
Updated to support 26.1.2
NEW Variants!
- Tarantula
- Large, slow, tanky, and heavy-hitting variant of the spider
- Baby Spider
- Spawns in groups of 3 along with an adult spider
- Very little health and damage
Bug fixes
- Fixed many config menus
- Fixed many missing Manual Spawns
- Misc. Fixes
Other tweaks
- Minor adjustments to many variants and their unique items with gameplay and balancing in mind
- Adjustments to most Variant's spawnrates
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:OmKXkLHY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:alk9mtOr:OmKXkLHY"
}

