Go to file
2020-02-15 13:03:48 +01:00
gradle/wrapper initial commit 2018-10-13 20:35:18 +02:00
media add cover picture 2019-02-03 22:21:03 +01:00
src/main fixed spawn lamps using unnecessary resources 2020-02-15 13:03:48 +01:00
.gitignore initial commit 2018-10-13 20:35:18 +02:00
build.gradle update 2019-11-08 23:19:30 +01:00
CraftTweakerCompat.md add mtlib info 2019-03-31 10:25:20 +02:00
gradle.properties initial commit 2018-10-13 20:35:18 +02:00
gradlew add maven publish target 2018-11-14 21:19:32 +01:00
gradlew.bat initial commit 2018-10-13 20:35:18 +02:00
LICENSE.md add license 2018-11-09 00:01:28 +01:00
README.md add maven info to README 2018-11-17 16:03:40 +01:00
supporters.json added supporter fanciness in preparation for patreon revamp 2019-03-01 23:54:38 +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://maven.chaosfield.at"
    }
}

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.