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

更新readme

This commit is contained in:
XiaoMoMi
2025-05-17 02:34:44 +08:00
parent abbab87a01
commit 42e142a7bb
3 changed files with 6 additions and 6 deletions

View File

@@ -151,7 +151,7 @@ repositories {
``` ```
```kotlin ```kotlin
dependencies { dependencies {
compileOnly("net.momirealms:craft-engine-core:0.0.52") compileOnly("net.momirealms:craft-engine-core:0.0.54")
compileOnly("net.momirealms:craft-engine-bukkit:0.0.52") compileOnly("net.momirealms:craft-engine-bukkit:0.0.54")
} }
``` ```

View File

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

View File

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