9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-19 14:59:25 +00:00

Update to 1.21.7

This commit is contained in:
NONPLAYT
2025-07-02 19:31:40 +03:00
parent ca97d77e46
commit a8e973f35d
40 changed files with 265 additions and 236 deletions

View File

@@ -58,7 +58,7 @@ For anything else you can refer to our [contribution guide](https://bxteam.org/d
<dependency>
<groupId>org.bxteam.divinemc</groupId>
<artifactId>divinemc-api</artifactId>
<version>1.21.6-R0.1-SNAPSHOT</version>
<version>1.21.7-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
```
@@ -71,11 +71,11 @@ repositories {
```
```kotlin
dependencies {
compileOnly("org.bxteam.divinemc:divinemc-api:1.21.6-R0.1-SNAPSHOT")
compileOnly("org.bxteam.divinemc:divinemc-api:1.21.7-R0.1-SNAPSHOT")
}
```
We also have a [Javadoc](https://repo.bxteam.org/javadoc/snapshots/org/bxteam/divinemc/divinemc-api/1.21.6-R0.1-SNAPSHOT/raw/index.html) for the API.
We also have a [Javadoc](https://repo.bxteam.org/javadoc/snapshots/org/bxteam/divinemc/divinemc-api/1.21.7-R0.1-SNAPSHOT/raw/index.html) for the API.
## ⚖️ License
DivineMC is licensed under the GNU General Public License v3.0. You can find the license [here](LICENSE).