Tags
Creators
Details
7.7.0-b.8+mod
Compatibility
Changes
Mo-Variants 7.7.0 BETA 8
This is a complete re-write of the pack made to improve stability, touch up versions still commonly used, and add a bunch of features.
Beta 8 includes a port to 1.21.3/4, the re-introduction of TimeLib integration, and overhauled code for non-tick based timers.
THIS IS A BETA!!! NOT ALL THINGS ARE 100% DONE, AND DOES NOT FOLLOW OUR TYPICAL UPDATE CYCLE!!!
Updates Since Beta 7:
- Updated to 1.21.3/4
Additions Since Beta 7:
- Re-Added TimeLib Integration in 1.21.3/4
- The integration is now more configurable than before.
- Added spawning type configuration for normal variants.
- The rest of the variants will come in the following betas, this is taking too long...
- Someone take me out, i don't wanna do configs anymore, please, let me out of the basement...
- The rest of the variants will come in the following betas, this is taking too long...
Changes Since Beta 7:
- Reded code that relies on timers to make it cleaner and more optimized.
Fixes Since Beta 7:
- Fix Sentinel Bullets being summoned twice as often as intended.
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:vxYLK79H"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:alk9mtOr:vxYLK79H"
}

