SimpleDrop
This Action is designed for dropping items.
Makes Up
An Action is fundamentally made up of two main components:
- type
simpleDrop- data
see SimpleDropData
SimpleDropData
Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
droppable | true | - | The list of items to drop. | |
drop_threshold | number | false | 0 | The threshold of the item to drop. |
droppable
The item to drop.
Example
[
{
"type": "simpleDrop",
"data": {
"droppable": [
{
"item_id": "brown_mushroom",
"yaw": 0,
"pitch": 0
}
],
"drop_threshold": 5
}
}
]
Last modified: 12 11月 2023