Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZockerAxel authored Apr 29, 2024
1 parent adb8763 commit b3ff779
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
<dependency>
<groupId>com.github.ZockerAxel</groupId>
<artifactId>CrazyAdvancementsAPI</artifactId>
<version>v2.1.17a</version>
<version>v2.1.18</version>
</dependency>
```

## 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
Expand All @@ -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")
}
```

Expand Down

0 comments on commit b3ff779

Please sign in to comment.