Skip to content

Use as Bundle

Power Type.

Allows an item to be used like a bundle, with a customizable capacity.

Type ID: ccpacks:use_as_bundle

Fields

Field Type Default Description
hold_amount Integer 64 the amount of items you can store in the bundle.
item_condition Item Condition Type optional Items that fulfil this condition, will be bundle-like.

Example

{
    "type": "ccpacks:use_as_bundle",
    "hold_amount": 64,
    "item_condition": {
        "type": "apoli:nbt",
        "nbt": "{isBundle:1b}"
    }
}