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

Fixed nms on 1.18.2

This commit is contained in:
XiaoMoMi
2024-07-27 17:17:42 +08:00
parent cc8c3d6bcd
commit 58e16e5376
3 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ plugins {
allprojects { allprojects {
version = "2.4.2" version = "2.4.3"
apply<JavaPlugin>() apply<JavaPlugin>()
apply(plugin = "java") apply(plugin = "java")

View File

@@ -48,7 +48,7 @@ dependencies {
// api module // api module
implementation(project(":api")) implementation(project(":api"))
implementation(project(":common")) implementation(project(":common"))
implementation(files("libs/Sparrow-Heart-0.19.jar")) implementation("com.github.Xiao-MoMi:Sparrow-Heart:0.33")
// adventure // adventure
implementation("net.kyori:adventure-api:4.17.0") implementation("net.kyori:adventure-api:4.17.0")

Binary file not shown.