geforkt von Mirrors/Paper
SPIGOT-3110: SHULKER_BOX InventoryType
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
a082c22d47
Commit
023cc5d43f
@ -70,6 +70,10 @@ public enum InventoryType {
|
||||
* A hopper inventory, with 5 slots of type CONTAINER.
|
||||
*/
|
||||
HOPPER(5, "Item Hopper"),
|
||||
/**
|
||||
* A shulker box inventory, with 27 slots of type CONTAINER.
|
||||
*/
|
||||
SHULKER_BOX(27, "container.shulkerBox"),
|
||||
;
|
||||
|
||||
private final int size;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren