/aquaacrobatics

Fancy swimming, elegant sneaking: modern movement without compromises in 1.12.

Primary LanguageJavaThe UnlicenseUnlicense

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