mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 04:49:10 +01:00
No description
1cb333e2d2
[skip ci] |
||
---|---|---|
gradle/wrapper | ||
media | ||
src | ||
.gitignore | ||
azure-pipelines.yml | ||
build.gradle | ||
CraftTweakerCompat.md | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE.md | ||
README.md | ||
supporters.json |
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.