NaturesAura/README.md

17 lines
760 B
Markdown
Raw Normal View History

2018-10-23 23:35:43 +02:00
# NaturesAura
2018-11-17 16:03:40 +01:00
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](https://github.com/Ellpeck/NaturesAura/tree/master/src/main/java/de/ellpeck/naturesaura/api), for example), put this into your `build.gradle` file:
```
repositories {
maven {
2020-02-07 14:47:18 +01:00
url 'https://pkgs.dev.azure.com/Ellpeck/NaturesAura/_packaging/NaturesAura/maven/v1'
2018-11-17 16:03:40 +01:00
}
}
dependencies {
compile "de.ellpeck.naturesaura:NaturesAura:VERSION"
}
```
2020-02-07 14:47:18 +01:00
Replace VERSION with the version you want to use. You can find a list of versions by going to the [maven artifact](https://dev.azure.com/Ellpeck/NaturesAura/_packaging).