Skip to content

Commit

Permalink
add new spacer
Browse files Browse the repository at this point in the history
  • Loading branch information
Snabeldier committed Apr 15, 2024
1 parent 187725f commit 672684d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/minevalley/core/api/enums/InterfaceItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ public enum InterfaceItem {
/**
* Hides the selected slot and the one underneath.
*/
@Deprecated
DOUBLE_SPACER(2),

DOUBLE_SPACER_UP(2),

DOUBLE_SPACER_DOWN(36),

DOUBLE_SPACER_LEFT(32),

DOUBLE_SPACER_RIGHT(33),
Expand Down

0 comments on commit 672684d

Please sign in to comment.