LemmaEOF / NaturesAura

A Minecraft mod about using Aura for unique mechanics

Home Page:https://minecraft.curseforge.com/projects/natures-aura

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NaturesAura

Nature's Aura is a mod about collecting, using and replenishing the Aura naturally present in the world to create useful devices and unique mechanics.

Maven

To add this project as a dependency (for using the API, for example), put this into your build.gradle file:

repositories {
    maven {
        url = "https://maven.ellpeck.de"
    }
}

dependencies {
    compile "de.ellpeck.naturesaura:NaturesAura:VERSION"
}

Replace VERSION with the version you want to use. You can find a list of versions by going to the maven artifact.

About

A Minecraft mod about using Aura for unique mechanics

https://minecraft.curseforge.com/projects/natures-aura

License:GNU General Public License v3.0


Languages

Language:Java 100.0%