Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Add missing inventory properties
Browse files Browse the repository at this point in the history
  • Loading branch information
wiidotmom authored and mworzala committed Jan 16, 2024
1 parent 1ac62e9 commit 6b8568e
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6b8568e

Please sign in to comment.