Use As Bundle
Allows an item to be used like a bundle, with a customizable capacity.
Type ID: ra_additions:use_as_bundle
Fields
| Field | Type | Default | Description |
|---|---|---|---|
max_amount |
Int | optional | the amount of items you can store in the bundle. |
item_condition |
Item Condition | optional | Items that fulfil this condition, will be bundle-like. |
Example
{
"type": "ra_additions:use_as_bundle",
"hold_amount": 64,
"item_condition": {
"type": "apoli:nbt",
"nbt": "{isBundle:1b}"
}
}
This example makes it so that any item with the nbt data {isBundle:1b} is able to be used as a bundle.