... | ... | @@ -3,6 +3,7 @@ Custom Bags |
|
|
|
|
|
Crucible allows you to create custom bags.
|
|
|
Creating a bag is simple, all you need to do is give the Crucible Item a `BAG` type.
|
|
|
And to open bag inventories, you only need to right-click with the bag in your hand.
|
|
|
|
|
|
```yml
|
|
|
SMALL_BAG:
|
... | ... | @@ -11,17 +12,9 @@ SMALL_BAG: |
|
|
Inventory:
|
|
|
Title: Small Bag
|
|
|
Size: 9
|
|
|
Skills:
|
|
|
- openinventory{} ~onUse
|
|
|
```
|
|
|
|
|
|
### Bag Options
|
|
|
|
|
|
- `Title` - inventory title of your custom bag. Defaults to the display name of your Crucible item.
|
|
|
- `Size` - the inventory size of your custom bag. Size is limited to 9,18,27,36,45, and 54.
|
|
|
|
|
|
### Bag Mechanics
|
|
|
|
|
|
| Mechanics | Description |
|
|
|
|---------------|-------------------------|
|
|
|
| OpenInventory | Opens the bag inventory | |
|
|
\ No newline at end of file |
|
|
- `Size` - the inventory size of your custom bag. Size is limited to 9,18,27,36,45, and 54. |
|
|
\ No newline at end of file |