Skip to content
/ voile Public

An addon for Apoli to provide more functionality.

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

Maxmani/voile

Repository files navigation

Voile

Voile is an addon for Apoli that provides new power, action and condition types.

Documentation

If you'd like to use Voile in your Apoli or Origins powers, you can find the documentation here.
Prior experience with either mod is recommended. You can find the Origins documentation here.

Including Voile in Your Project

For Data Pack Developers

Using Voile for your data pack is easy. Simply download the latest jar for your version of Minecraft from the releases page, Modrinth, or CurseForge, and include it in your instance's mods folder. You can then use the new types in your data pack.

Voile depends on Apoli, so make sure to grab that as well. Apoli is included with Origins.

For Addon Developers

Add the required repositories to your build file:

repositories {
    maven {
        name = "Nexus Repository Manager"
        url = 'https://oss.sonatype.org/content/repositories/snapshots'
    }
    // You should already have this one if you're making an Apoli/Origins addon
    maven {
        name = "JitPack"
        url = 'https://jitpack.io'
    }
}

Add the dependency:

dependencies {
    modImplementation(include("com.github.Maxmani:voile:${project.voile_version}"))
}

Licensing

Source code is distributed under the LGPLv3 license. See COPYING and COPYING.LESSER for details.