Commits
md_5 authored fccf27b47d2
30 30 | */ |
31 31 | CRAFTING(5,"Crafting"), |
32 32 | /** |
33 33 | * An enchantment table inventory, with two CRAFTING slots and three |
34 34 | * enchanting buttons. |
35 35 | */ |
36 36 | ENCHANTING(2,"Enchanting"), |
37 37 | /** |
38 38 | * A brewing stand inventory, with one FUEL slot and three CRAFTING slots. |
39 39 | */ |
40 - | BREWING(4,"Brewing"), |
40 + | BREWING(5,"Brewing"), |
41 41 | /** |
42 42 | * A player's inventory, with 9 QUICKBAR slots, 27 CONTAINER slots, and 4 |
43 43 | * ARMOR slots. The ARMOUR slots may not be visible to the player, though. |
44 44 | */ |
45 45 | PLAYER(36,"Player"), |
46 46 | /** |
47 47 | * The creative mode inventory, with only 9 QUICKBAR slots and nothing |
48 48 | * else. (The actual creative interface with the items is client-side and |
49 49 | * cannot be altered by the server.) |
50 50 | */ |