mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-04 23:47:59 +01:00
Add missing inventory properties
(cherry picked from commit 600429e7d6
)
This commit is contained in:
parent
35f9489280
commit
b5dc662262
@ -30,7 +30,13 @@ public enum InventoryProperty {
|
||||
ANVIL_REPAIR_COST((short) 0),
|
||||
|
||||
BREWING_STAND_BREW_TIME((short) 0),
|
||||
BREWING_STAND_FUEL_TIME((short) 1);
|
||||
BREWING_STAND_FUEL_TIME((short) 1),
|
||||
|
||||
STONECUTTER_SELECTED_RECIPE((short) 0),
|
||||
|
||||
LOOM_SELECTED_PATTERN((short) 0),
|
||||
|
||||
LECTERN_PAGE_NUMBER((short) 0);
|
||||
|
||||
|
||||
private final short property;
|
||||
|
Loading…
Reference in New Issue
Block a user