From b3ff7793e74f9e341aa203f8d020c32352a63885 Mon Sep 17 00:00:00 2001 From: Axel Date: Mon, 29 Apr 2024 16:18:10 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 62933c1..e8cf004 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ CrazyAdvancementsAPI is an API for creating and managing Advancements programmat ## Maven -Maven only works in API Version 2.1.17a and higher. +Maven with Jitpack only works in API Version 2.1.17a and higher. First, add the Jitpack Repository to your repositories ```xml @@ -37,17 +37,17 @@ Or for mojang-mapped jar: ``` -Replace VERSION with the Version you want, for example for v2.1.17a, you would use: +Replace VERSION with the Version you want, for example for v2.1.18, you would use: ```xml com.github.ZockerAxel CrazyAdvancementsAPI - v2.1.17a + v2.1.18 ``` ## Gradle -Gradle only works in API Version 2.1.17a and higher. +Gradle with Jitpack only works in API Version 2.1.17a and higher. First, add the Jitpack Repository to your repositories ```kts @@ -68,10 +68,10 @@ dependencies { } ``` -And replace VERSION with the Version you want, for exmaple for v2.1.17a, you would use: +And replace VERSION with the Version you want, for exmaple for v2.1.18, you would use: ```kts dependencies { - compileOnly("com.github.ZockerAxel:CrazyAdvancementsAPI:v2.1.17a") + compileOnly("com.github.ZockerAxel:CrazyAdvancementsAPI:v2.1.18") } ```