SPIGOT-8043: Add DECORATED_POT InventoryType

Adds missing decorated pot inventory type
This commit is contained in:
JavierFlores09 2025-04-16 04:20:11 -03:00
parent 47480cd07c
commit 628b1c6cab
No known key found for this signature in database
GPG key ID: 1F87D2321DA5949C

View file

@ -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.
*/