mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
SPIGOT-6570: Missing InventoryType: COMPOSTER
This commit is contained in:
parent
e9ce88b99c
commit
2dbec58427
1 changed files with 5 additions and 1 deletions
|
@ -129,7 +129,11 @@ public enum InventoryType {
|
|||
/**
|
||||
* Stonecutter inventory with 1 CRAFTING slot, and 1 RESULT slot.
|
||||
*/
|
||||
STONECUTTER(2, "Stonecutter")
|
||||
STONECUTTER(2, "Stonecutter"),
|
||||
/**
|
||||
* Pseudo composter inventory with 0 or 1 slots of undefined type.
|
||||
*/
|
||||
COMPOSTER(1, "Composter")
|
||||
;
|
||||
|
||||
private final int size;
|
||||
|
|
Loading…
Add table
Reference in a new issue