Go to file
2020-02-07 14:56:48 +01:00
gradle/wrapper gradle sucks 2019-10-20 22:16:33 +02:00
media add cover picture 2019-02-03 22:21:03 +01:00
src remove enchantability for now while I figure out the rest of azure 2020-02-07 12:27:13 +01:00
.gitignore misc changes, including item drops 2020-01-23 16:05:52 +01:00
azure-pipelines.yml maybe like this I dunno anymore 2020-02-07 14:03:58 +01:00
build.gradle reflect project rename 2020-02-07 14:56:48 +01:00
CraftTweakerCompat.md add mtlib info 2019-03-31 10:25:20 +02:00
gradle.properties gradle sucks 2019-10-20 22:16:33 +02:00
gradlew gradle sucks 2019-10-20 22:16:33 +02:00
gradlew.bat gradle sucks 2019-10-20 22:16:33 +02:00
LICENSE.md add license 2018-11-09 00:01:28 +01:00
README.md reflect project rename 2020-02-07 14:56:48 +01:00
supporters.json Update supporters.json 2020-01-27 20:35:15 +01:00

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://pkgs.dev.azure.com/Ellpeck/Public/_packaging/NaturesAura/maven/v1'
    }
}

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.