geforkt von Mirrors/Paper
Fix InventoryType.MERCHANT being creatable when it shouldn't be.
By: Senmori <thesenmori@gmail.com>
Dieser Commit ist enthalten in:
Ursprung
7191d92c81
Commit
3bf93e2e0f
@ -70,7 +70,7 @@ public enum InventoryType {
|
|||||||
/**
|
/**
|
||||||
* The merchant inventory, with 2 TRADE-IN slots, and 1 RESULT slot.
|
* The merchant inventory, with 2 TRADE-IN slots, and 1 RESULT slot.
|
||||||
*/
|
*/
|
||||||
MERCHANT(3,"Villager"),
|
MERCHANT(3,"Villager", false),
|
||||||
/**
|
/**
|
||||||
* The ender chest inventory, with 27 slots.
|
* The ender chest inventory, with 27 slots.
|
||||||
*/
|
*/
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren