Tags
Creators
Details
2.0.0
Compatibility
Changes
The “Quality Update”
Here we go.
This update was mainly about cleaning up a bunch of old stuff, fixing things that needed fixing, and making some of the events feel a little more natural.
- REMOVED - Dimensions completely, including entities and spawning that were somewhat connected to them. Skins and entities that were no longer needed or used. Past lore characters that no longer fit with the mod. A bunch of old junk that I never got around to cleaning up. Sounds that weren't being used. Unused items. Unused GUIs. Other bits of old code that were no longer needed.
- ADDED - A cooldown after music plays. Hopefully this actually works this time. The /question GUI now closes after you click one of the buttons. More cooldowns for entity spawning. More chances for certain entities to spawn.
- CONFIGURED - Code and event handlers. More cooldowns for events and entity spawning. Several lines of code and spawn ranges. A few other things that I probably forgot to write down.
Overall, this update was mostly about cleaning things up behind the scenes and making the mod a little less messy.
There’s still more to work on, but this should make things run and feel a bit better going forward.
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:IvnjzuX6:xzhEfPSx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IvnjzuX6:xzhEfPSx"
}

