embeddedt / aquaacrobatics

Fancy swimming, elegant sneaking: modern movement without compromises in 1.12.
https://www.curseforge.com/minecraft/mc-mods/aqua-acrobatics
The Unlicense
17 stars 10 forks source link

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.

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")
}