9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-19 15:09:15 +00:00

update readme

This commit is contained in:
XiaoMoMi
2025-04-02 23:27:25 +08:00
parent c638c26370
commit 6e0a3b2b26
3 changed files with 6 additions and 6 deletions

View File

@@ -135,7 +135,7 @@ repositories {
```
```kotlin
dependencies {
compileOnly("net.momirealms:craft-engine-core:0.0.38")
compileOnly("net.momirealms:craft-engine-bukkit:0.0.38")
compileOnly("net.momirealms:craft-engine-core:0.0.42")
compileOnly("net.momirealms:craft-engine-bukkit:0.0.42")
}
```