mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 04:49:10 +01:00
remove old maven info
This commit is contained in:
parent
94717ade1b
commit
4f3beab0f4
1 changed files with 0 additions and 24 deletions
24
README.md
24
README.md
|
@ -1,27 +1,3 @@
|
|||
# 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](https://github.com/Ellpeck/NaturesAura/tree/main/src/main/java/de/ellpeck/naturesaura/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](https://maven.ellpeck.de/de/ellpeck/naturesaura/NaturesAura/)
|
||||
.
|
Loading…
Reference in a new issue