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: 3 months ago
JSON representation
Turns the air strafing speed of the player into an EntityAttribute
- Host: GitHub
- URL: https://github.com/CammiePone/Air-Strafing-Attribute
- Owner: CammiePone
- License: mit
- Created: 2021-09-17T03:45:51.000Z (over 3 years ago)
- Default Branch: 1.17-dev
- Last Pushed: 2021-09-22T12:57:53.000Z (over 3 years ago)
- Last Synced: 2024-08-02T06:17:56.702Z (6 months ago)
- Language: Java
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fabric - Air Strafing Attribute - Adds an attribute for the flyingSpeed variable so multiple mods can safely modify the air strafing speed of entities. ([Wiki](https://github.com/CammiePone/Air-Strafing-Attribute/blob/1.17-dev/README.md)) `MIT` (Uncategorized / Uncategorized)
README
# **Air Strafing Attribute**
---
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:"
}
```---