mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
SPIGOT-8043: Add DECORATED_POT InventoryType
Adds missing decorated pot inventory type
This commit is contained in:
parent
47480cd07c
commit
628b1c6cab
1 changed files with 4 additions and 0 deletions
|
@ -145,6 +145,10 @@ public enum InventoryType {
|
|||
* Pseudo jukebox inventory with 1 slot of undefined type.
|
||||
*/
|
||||
JUKEBOX(1, "Jukebox", null, false),
|
||||
/**
|
||||
* Pseudo decorated pot inventory with 1 slot of undefined type.
|
||||
*/
|
||||
DECORATED_POT(1, "Decorated Pot", null, false),
|
||||
/**
|
||||
* A crafter inventory, with 9 CRAFTING slots.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue