Update Bags authored by Phillip's avatar Phillip
...@@ -3,6 +3,7 @@ Custom Bags ...@@ -3,6 +3,7 @@ Custom Bags
Crucible allows you to create 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. 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 ```yml
SMALL_BAG: SMALL_BAG:
...@@ -11,17 +12,9 @@ SMALL_BAG: ...@@ -11,17 +12,9 @@ SMALL_BAG:
Inventory: Inventory:
Title: Small Bag Title: Small Bag
Size: 9 Size: 9
Skills:
- openinventory{} ~onUse
``` ```
### Bag Options ### Bag Options
- `Title` - inventory title of your custom bag. Defaults to the display name of your Crucible item. - `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. - `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
### Bag Mechanics
| Mechanics | Description |
|---------------|-------------------------|
| OpenInventory | Opens the bag inventory |
\ No newline at end of file