mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
SPIGOT-1645: Update brewing inventory default size.
This commit is contained in:
parent
fac79d860e
commit
fccf27b47d
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public enum InventoryType {
|
||||||
/**
|
/**
|
||||||
* A brewing stand inventory, with one FUEL slot and three CRAFTING slots.
|
* A brewing stand inventory, with one FUEL slot and three CRAFTING slots.
|
||||||
*/
|
*/
|
||||||
BREWING(4,"Brewing"),
|
BREWING(5,"Brewing"),
|
||||||
/**
|
/**
|
||||||
* A player's inventory, with 9 QUICKBAR slots, 27 CONTAINER slots, and 4
|
* A player's inventory, with 9 QUICKBAR slots, 27 CONTAINER slots, and 4
|
||||||
* ARMOR slots. The ARMOUR slots may not be visible to the player, though.
|
* ARMOR slots. The ARMOUR slots may not be visible to the player, though.
|
||||||
|
|
Loading…
Add table
Reference in a new issue