Go to file
2020-11-07 00:43:27 +01:00
.github Create FUNDING.yml 2020-06-15 02:05:36 +02: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 added some more nether resources to the powder of the bountiful core 2020-11-02 20:19:31 +01:00
.gitignore everything but patchouli? 2020-09-22 15:01:16 +02:00
build.gradle update 2020-10-24 00:16:27 +02:00
CONTRIBUTING.md added back contributing guidelines 2020-10-18 15:03:21 +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
Jenkinsfile rename master to main 2020-11-07 00:43:27 +01:00
LICENSE.md add license 2018-11-09 00:01:28 +01:00
README.md fix readme link 2020-02-16 17:06:46 +01:00
supporters.json Update supporters.json 2020-04-15 20:35:33 +02: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://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.