From 4f3beab0f4e7c794495328778aef63a7d21d27ab Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 2 Feb 2024 21:35:54 +0100 Subject: [PATCH] remove old maven info --- README.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/README.md b/README.md index 80faa46a..149dfee9 100644 --- a/README.md +++ b/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/) -. \ No newline at end of file