Tags
Creators
Details
12.1.0
Compatibility
Changes
Changelog for Adaptive Performance Tweaks 1.20.1
Note
This change log includes the summarized changes. For the full changelog, please go to the GitHub History instead.
12.1.0
- Fixed issue with server load measurement per world was not accurate enough.
- Fixed smaller memory leak in the server load measurement code.
- Fixed log spam issue with auto-detected mods.
- Fixed Forge Mixin issue with missing mixin configuration file.
- Added auto-benchmarking tools for better performance analysis and optimization.
- Improved stats command to provide more detailed information about server load and performance.
- Improved Fabric performance by optimizing existing code to Fabric entity pipeline.
12.0.0 🚀
Next major alpha version with refactored code and improved performance. Now available for Fabric, Forge and NeoForge with a single codebase and better maintainability.
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:kLawTYXp:PfPnJqp3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kLawTYXp:PfPnJqp3"
}

