Skip to content

Commit

Permalink
misc: 更改InventoryGui源,解决打开GUI会崩溃的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather committed Jan 1, 2025
1 parent 91b6718 commit ae962fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ repositories {
content {
includeGroup("com.github.XiaMoZhiShi")
includeGroup("com.github.NiFeather")
includeGroup("com.github.MATRIX-feather")
}
}

Expand Down Expand Up @@ -103,7 +104,7 @@ dependencies {
exclude("org.slf4j")
}

implementation("de.themoep:inventorygui:1.6.4-SNAPSHOT")
implementation("com.github.MATRIX-feather:InventoryGui:791e7bdd65")

//compileOnly("dev.majek:hexnicks:3.1.1")

Expand Down

0 comments on commit ae962fd

Please sign in to comment.