feat(gui/admin): layout

This commit is contained in:
ineanto 2025-06-08 13:24:59 +02:00
parent 66495db59b
commit 520840da1f
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84

View file

@ -27,7 +27,7 @@ public class AdminGUI {
this.gui = Gui.normal()
.setStructure(
"# # # # # # # # #",
"# # # S C U # # #",
"# # # S # C # # #",
"B # # # # # # # #"
)
.addIngredient('S', new ManageCacheItem(playerLanguage))