Air Strafing Attribute is a library that adds an attribute for the flyingSpeed
variable (soon to be airStrafingSpeed
, definitely) so multiple mods can safely modify the air strafing speed of entities.
If you want to add ASA as a dependency, just add the following to your build.gradle
file.
repositories {
maven { url "https://maven.onyxstudios.dev" }
}
dependencies {
modImplementation "dev.cammiescorner:Air-Strafing-Attribute:<version>"
}