9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-27 10:59:07 +00:00

Update README.md

This commit is contained in:
XiaoMoMi
2025-12-27 03:45:03 +08:00
parent 9c661047b6
commit 3316282cd8

View File

@@ -75,7 +75,8 @@ repositories {
```
```kotlin
dependencies {
compileOnly("net.momirealms:craft-engine-core:0.0.66")
compileOnly("net.momirealms:craft-engine-bukkit:0.0.66")
compileOnly("net.momirealms:craft-engine-core:0.0.67")
compileOnly("net.momirealms:craft-engine-bukkit:0.0.67")
compileOnly("net.momirealms:craft-engine-adventure:0.0.67") // import this if you want to use the adventure library shaded by CraftEngine
}
```