feat: make items display horizontaly

This commit is contained in:
aro 2023-01-19 19:07:20 +01:00
parent e75331fe4e
commit 3c3ff182f0

View file

@ -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()))