Tags
Creators
Details
Licensed ARR
Published 8 months ago
Updated 3 weeks ago
All versions
2.4.1
Release
Danny's AOT 2.4.13 months ago 29.9K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
Vital Hotfix
Sorry it's not a massive update I've been busy lately but this should help a LOT with server performance
Danny's AOT 2.4.1
6/4/2026
Fixed:
- Added pure titan optimization for servers to prevent TPS lag
- Fixed Crashing when force shifting
- Fixed issue that caused crashing when crawling abnormal spawns
- Fixed bug that caused lag spikes in giant forest
- Fixed Attack Titan crouch walk animation from sliding weird
- Pure Titans no longer walk in place when stuck
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:7x3oDLDY:hGrF8Vq2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7x3oDLDY:hGrF8Vq2"
}

