The minecraft:entity
item component allows a player to place an entity on a block.
This item component is usually combined with minecraft:spawn_egg.
Name | Description | Type | Default Value |
---|---|---|---|
entity | The entity to spawn. | An entity initializer | |
allow_item_data | Whether to allow data from the minecraft:entity_data item stack component. | An optional boolean | false |
{ "entity": { "type": "minecraft:boat", "variant": "oak" } }