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 #",
|
||||
"B # # # # # # # %"
|
||||
)
|
||||
.addIngredient('x', Markers.ITEM_LIST_SLOT_VERTICAL)
|
||||
.addIngredient('x', Markers.ITEM_LIST_SLOT_HORIZONTAL)
|
||||
.addIngredient('U', new ScrollUp())
|
||||
.addIngredient('D', new ScrollDown())
|
||||
.addIngredient('B', new GoBack(new CacheManagementGUI(player).getGUI()))
|
||||
|
|
Loading…
Reference in a new issue