ActionFlow Help

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

Target array

true

-

The list of blocks to place.

can_move

boolean

false

false

Whether the bot can move while place.

target

The block to place.

Parameter

Type

Required

Default

Description

item_id

Item ID

true

-

The item id of the item to place.

pos

Position

true

-

The position of 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