-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
scope: inventoryTasks related to inventories functionalityTasks related to inventories functionalitytype: featureNew feature or requestNew feature or request
Milestone
Description
There should be possibility to customise player inventory slots:
- Storage slots
- Hotbar slots
- Equipment slots
- Craft slots
Possible config format:
player-inventory {
equipment-slots {
head: [slot-id]
chest: [slot-id]
legs: [slot-id]
feet: [slot-id]
off-hand: [slot-id]
}
craft-slots {
0-4: [slot-id]
}
storage-slots {
default: [slot-id]
0-26: [slot-id]
}
hotbar-slots {
0-8: [slot-id]
}
}If slot is not configured it should use default vanilla behavior.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
scope: inventoryTasks related to inventories functionalityTasks related to inventories functionalitytype: featureNew feature or requestNew feature or request