feat: make items display horizontaly
This commit is contained in:
parent
e75331fe4e
commit
3c3ff182f0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public class CacheDetailledGUI {
|
||||||
"# x x x x x x D #",
|
"# x x x x x x D #",
|
||||||
"B # # # # # # # %"
|
"B # # # # # # # %"
|
||||||
)
|
)
|
||||||
.addIngredient('x', Markers.ITEM_LIST_SLOT_VERTICAL)
|
.addIngredient('x', Markers.ITEM_LIST_SLOT_HORIZONTAL)
|
||||||
.addIngredient('U', new ScrollUp())
|
.addIngredient('U', new ScrollUp())
|
||||||
.addIngredient('D', new ScrollDown())
|
.addIngredient('D', new ScrollDown())
|
||||||
.addIngredient('B', new GoBack(new CacheManagementGUI(player).getGUI()))
|
.addIngredient('B', new GoBack(new CacheManagementGUI(player).getGUI()))
|
||||||
|
|
Loading…
Reference in a new issue