mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 23:10:16 +01:00
Add missing InventoryType
Upstream did not add a DECORATED_POT inventory type
This commit is contained in:
parent
26ad0bb45b
commit
a933298032
1 changed files with 6 additions and 0 deletions
|
@ -145,6 +145,12 @@ public enum InventoryType {
|
|||
* Pseudo jukebox inventory with 1 slot of undefined type.
|
||||
*/
|
||||
JUKEBOX(1, "Jukebox", null, false),
|
||||
// Paper start - add missing type
|
||||
/**
|
||||
* Pseudo decorated pot with 1 slot of undefined type.
|
||||
*/
|
||||
DECORATED_POT(1, "Decorated Pot", null, false),
|
||||
// Paper end - add missing type
|
||||
/**
|
||||
* A crafter inventory, with 9 CRAFTING slots.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue