Tags
Creators
Details
1.0.5
Compatibility
Required content
Changes
1.0.5:
Fix monster box tweak centering
Add tick time option to ender watcher tweak
Add block list option to roadwalk rework
Add fix to improve performance of Quark underground generation
Add fix for block storage performance with Optifine
Add fix for Optifine causing InControl to apply actions multiple times to the same mob thanks to PR by Nischhelm
Add fix for SwitchBow fake entity returning null itemstacks thanks to PR by Nischhelm
Fix projectile velocity sync rendering issue thanks to PR by Nischhelm
Update lazy chunk mob spawning fix to improve performance thanks to PR by Nischhelm
Add fix to make Lycanite mob merging count as kills for MobSpawnerControl thanks to PR by Cdstk
Add tweaks to change thread priority of server and client threads
Add tweak to add logging to automatic server saves
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:rv2W9b0O:ri9xJiWk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rv2W9b0O:ri9xJiWk"
}


