Rerender gui when needed

This commit is contained in:
2026-02-01 03:36:06 +01:00
parent fc20c9a276
commit 133cebd1ec
3 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ dependencies {
compileOnly("com.gitlab.ruany:LiteBansAPI:0.6.1") // move to proxy
compileOnly("org.apache.commons:commons-lang3:3.17.0") // needs an alternative, already removed from upstream api and will be removed in server
compileOnly("net.luckperms:api:5.5") // Luckperms
implementation("com.alttd.inventory_gui:InventoryGUI:1.1.1-SNAPSHOT")
implementation("com.alttd.inventory_gui:InventoryGUI:1.1.2-SNAPSHOT")
}
tasks {