mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-02 11:22:01 +01:00
SPIGOT-6570: Missing InventoryType: COMPOSTER
By: md_5 <git@md-5.net>
This commit is contained in:
parent
14e4e9a16c
commit
b821059026
@ -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…
Reference in New Issue
Block a user