Fill hotbar editor with glass panes

This commit is contained in:
xXVevzZXx 2016-06-25 04:48:59 +02:00
parent bf4de4471a
commit 285d94a2ca
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public class HotbarInventory
{ {
Inventory inv = UtilServer.getServer().createInventory(null, 36, "Hotbar Editor"); Inventory inv = UtilServer.getServer().createInventory(null, 36, "Hotbar Editor");
for (int slot : Arrays.asList(0, 1, 2, 3, 4, 5, 6, 7, 8, 18, 19, 20, 21, 22, 23, 24, 25, 26)) for (int slot : Arrays.asList(0, 1, 2, 3, 4, 5, 6, 7, 8, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 33, 34, 35))
{ {
inv.setItem(slot, getGlass(slot)); inv.setItem(slot, getGlass(slot));
} }