Spawn Item
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
}
}
ItemStack of 64 coal where it was executed.