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

添加显示掉落物名称

This commit is contained in:
XiaoMoMi
2025-12-06 00:58:17 +08:00
parent 5395dc4ea9
commit 465eebe15a
7 changed files with 183 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ repositories {
```
```kotlin
dependencies {
compileOnly("net.momirealms:craft-engine-core:0.0.65")
compileOnly("net.momirealms:craft-engine-bukkit:0.0.65")
compileOnly("net.momirealms:craft-engine-core:0.0.66")
compileOnly("net.momirealms:craft-engine-bukkit:0.0.66")
}
```