Tags
Creators
Details
Licensed ARR
Published 7 months ago
Updated 2 weeks ago
All versions
1.0.11
Release
Danny's AOT 1.0.116 months ago 1,330
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
Bloodlines, Female Titan & Beast Titan's abilities
Danny's AOT 1.0.11 Unstable 2/23/2026
Added:
- Added Female Titan (Not done)
- Added Beast Titan Abilities (You can get it as a normal shifter although it has no model or transformation yet)
- Added bloodlines with their own buffs/debuffs (Royal, Ackerman, and Eldian) (Royal + Beast lets you command pure titans, Ackerman has OP ability)
- Added Shiganshina styled villages
- Added 2 cloak variants with keybind that enables/disables hood (hides nametag)
- Added placeholder swing anims to blades with slash sound and charge up if held (Anims are really bad rn but im working on it)
- Added commands /doat shifter stamina (for stamina) /daot bloodline (for bloodlines)
Fixed:
- Villagers no longer spawn with a specific power if that power is already taken by another player
- /daot shifter remove no longer shows every shifter but rather the one you have
- Colossal titan now does much more damage to other shifters + knockback finally works
- Fixed the ability to shift in spectator mode
- Fixed a bug where you couldn't use the reload blades bind if it was also bound to something else
- Fixed a bug that caused shifters to not despawn sometimes
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:aWa2UMkB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7x3oDLDY:aWa2UMkB"
}

