Tags
Creators
Details
Licensed ARR
Published 8 months ago
Updated 3 weeks ago
All versions
2.0.0
Release
Danny's AOT 2.0.04 months ago 6,065
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
Danny's AOT 2.0.0
5/15/2026
Added:
- Added Crawling Abnormal titan (Extremely fast & targets horses but prioritizes humans)
- Added titan gore system (Can be disabled via /gamerule titanGore) which has blood effects when titans eat players/mobs
- Added unique gates for walls Maria, Rose and Sina
- Added /gamerule multipleShifters (False by default) so multiple people can have the same shifter
- Added config option to disable generation of the return pillars that generate in paradis
- Added experimental feature /gamerule weatherAffectsODM (Off by default) When using ODM in rain or snow it can randomly jam for up to 5 seconds. (Use with caution)
- Added experimental feature /gamerule kineticODMdamage (Off by default) Odm has collision damage similar to elytra which incentivizes the user to be more cautious (WARNING Unstable, going too fast will make you go SPLAT)
- Added experimental feature /gamerule forceShifting (Off by default) If you have a shifter and 90% or more stamina and you take lethal damage you will have a totem of undying effect and force shift saving your life however you will be left with 30% stamina once shifted
- Added experimental feature /gamerule realisticResourceUse (Off by default) Only allows you to carry maximum 4 blades & 2 canisters in your inventory and gas can no longer be refilled via right clicking it with ice burst in your inventory, now requires you to put the ice burst and canister in a hardened furnace to fuel it thus making things more realistic and less portable (This is temporary until I add a better way of utilizing gas and blades)
Fixed:
- Fixed wall heights so they are consistently the proper height and match with gates
- Fixed confirmed shifter kill config option and moved it to a gamerule (Used to guarantee kill players with shifter abilities regardless of their health during eating state)
- Fixed Female Titan wire yank animation not playing
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:JweIihDC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7x3oDLDY:JweIihDC"
}

