feat(gui/admin): layout
This commit is contained in:
parent
66495db59b
commit
520840da1f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public class AdminGUI {
|
||||||
this.gui = Gui.normal()
|
this.gui = Gui.normal()
|
||||||
.setStructure(
|
.setStructure(
|
||||||
"# # # # # # # # #",
|
"# # # # # # # # #",
|
||||||
"# # # S C U # # #",
|
"# # # S # C # # #",
|
||||||
"B # # # # # # # #"
|
"B # # # # # # # #"
|
||||||
)
|
)
|
||||||
.addIngredient('S', new ManageCacheItem(playerLanguage))
|
.addIngredient('S', new ManageCacheItem(playerLanguage))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue