mirror of https://github.com/Ellpeck/NaturesAura
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.
|
2 weeks ago | |
---|---|---|
.github | 3 years ago | |
gradle/wrapper | 1 year ago | |
media | 4 years ago | |
src | 3 weeks ago | |
.gitignore | 3 years ago | |
CONTRIBUTING.md | 2 years ago | |
Jenkinsfile | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 1 year ago | |
build.gradle | 3 weeks ago | |
gradle.properties | 3 years ago | |
gradlew | 1 year ago | |
gradlew.bat | 1 year ago | |
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 .