Tags
Creators
Details
Licensed ARR
Published 8 months ago
Updated 3 weeks ago
All versions
2.4.0
Release
Danny's AOT 2.4.03 months ago 8,377
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
Added:
- Added item sprites for the APG Gun
- Added item sprite for Armor Potion
- Added camera shake for nearby players when a shifter shifts
- Added /gamerule realisticShifting (False by default) Makes it so you can only shift when at full HP and you get a maximum of 3 shifts per hour
Fixed:
- Fixed small bug that played footsteps/cam shake while shifting during the time you aren't allowed to move
- First person hand no longer shows above hand bite animation in first person while shifting
- Fixed a bug that allowed you to grab people out of their shifters with female and attack's grab ability
- Colossal no longer leaves dirt marks on ground when /gamerule titangriefing is off
- Nerfed Connie's Father pure titan so its grab range is shorter and less frequent
- Shifters no longer blind each other
- Fixed bug when dying/running out of stam as a shifter you would dismount on top of its hitbox instead of at the nape after the death fall animation
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:pRLP6cWI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7x3oDLDY:pRLP6cWI"
}

