SimplePlace
This Action is designed for placing blocks.
Makes Up
An Action is fundamentally made up of two main components:
- type
simplePlace- data
see SimplePlaceData
SimplePlaceData
Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
targets | true | - | The list of blocks to place. | |
can_move | boolean | false | false | Whether the bot can move while place. |
target
The block to place.
Example
[
{
"type": "simplePlace",
"data": {
"targets": [
{
"item_id": "netherrack",
"pos": {
"x": 1,
"y": 1,
"z": 1
}
}
],
"can_move": false
}
}
]
Last modified: 12 11月 2023