Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/CammiePone/Air-Strafing-Attribute

Turns the air strafing speed of the player into an EntityAttribute
https://github.com/CammiePone/Air-Strafing-Attribute

Last synced: about 1 month ago
JSON representation

Turns the air strafing speed of the player into an EntityAttribute

Lists

README

        

# **Air Strafing Attribute**


Do not ask for Forge :)



Fabric API

---

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.
```gradle
repositories {
maven { url "https://maven.onyxstudios.dev" }
}

dependencies {
modImplementation "dev.cammiescorner:Air-Strafing-Attribute:"
}
```

---


Join my Discord!



Cammie's Corner