You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Ell 519da4a4d0
Update supporters.json
2 weeks ago
.github Create FUNDING.yml 3 years ago
gradle/wrapper the start of a terrible journey 1 year ago
media add cover picture 4 years ago
src that's not what it does 3 weeks ago
.gitignore everything but patchouli? 3 years ago
CONTRIBUTING.md code formatting 2 years ago
Jenkinsfile rename master to main 2 years ago
LICENSE switch license to MIT 2 years ago
README.md some more work?? 1 year ago
build.gradle 38.0 3 weeks ago
gradle.properties gradle sucks 3 years ago
gradlew the start of a terrible journey 1 year ago
gradlew.bat the start of a terrible journey 1 year ago
supporters.json Update supporters.json 2 weeks ago

README.md

NaturesAura

Nature's Aura is a mod about collecting, using and replenishing the Aura naturally present in the level 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 .