Skip to content

Spawn Item

Entity Action Type.

Drops an item where the action is executed.

Type ID: apugli:spawn_item

Fields

Field Type Default Description
stack Item Stack The item stack to drop using this power.

Example

"entity_action": {
    "type": "apugli:spawn_item",
    "stack": {
        "item": "minecraft:coal",
        "amount": 64
    }
}
This action drops an ItemStack of 64 coal where it was executed.