Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 777 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 777 Bytes

Valkyrien-Skies-API

Build Status Discord

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.