A simple API providing helper functions to allow other mods to easily interact with Valkyrien Skies.
To add VW API to your mod do the following:
Add this to Maven repositories:
maven {
name = "DaPorkchop_"
url = "https://maven.daporkchop.net/"
}
Add this to dependencies:
compile "org.valkyrienskies:api:1.0.0.9"
As with any API, packaging and redistributing this API within your mod is strongly discouraged.