https://github.com/embeddedt/aquaacrobatics
Fancy swimming, elegant sneaking: modern movement without compromises in 1.12.
https://github.com/embeddedt/aquaacrobatics
Last synced: 3 months ago
JSON representation
Fancy swimming, elegant sneaking: modern movement without compromises in 1.12.
- Host: GitHub
- URL: https://github.com/embeddedt/aquaacrobatics
- Owner: embeddedt
- License: unlicense
- Created: 2019-05-19T16:54:59.000Z (about 7 years ago)
- Default Branch: 1.12
- Last Pushed: 2024-03-31T19:18:49.000Z (about 2 years ago)
- Last Synced: 2024-10-11T22:43:33.551Z (over 1 year ago)
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/aqua-acrobatics
- Size: 13.3 MB
- Stars: 17
- Watchers: 3
- Forks: 10
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Aqua Acrobatics
A Minecraft mod. Downloads can be found on CurseForge.
## Using in a dev environment (for modders)
Aqua Acrobatics can be included at dev time using [CurseMaven](https://www.cursemaven.com/).
```
dependencies {
/* Replace the file ID with the desired version */
deobfCompile 'curse.maven:aquaacrobatics-321792:3619657'
/* Only needed if you don't have Mixin already */
compile ("org.spongepowered:mixin:0.8")
}
```
