For users with custom interface changes please check the items.yml for new
BLANK items.
Add player inventory slot blacklist
Add blank items for each inventory type
Add banks items full sound
Add item model configuration (1.21.2+ only!)
Add allowing hotbar keys 1-9
Add config option of slots per tab
Fix timer comments to be in seconds
Updated wiki
itemblacklist.yml
Code (Text):
Blacklisted:
Player:
# Blacklist player inventory slots that items cannot be placed in
Slots:
- 5
- 6
- 7
Example blank and ItemModel in items.yml
Code (Text):
Exp:
Blank:
Material: BLACK_STAINED_GLASS_PANE
Durability: 0
Amount: 1
Slot: -1
Name: ' '
ItemModel: 'minecraft:cobblestone'
Slots:
- 1
- 7
- 8