ActionFlow Help

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

droppable array

true

-

The list of items to drop.

drop_threshold

number

false

0

The threshold of the item to drop.

droppable

The item to drop.

Parameter

Type

Required

Default

Description

item_id

Item ID

true

-

The item id of the item to drop.

yaw

number

false

player current yaw

The yaw of the item to drop.

pitch

number

false

player current pitch

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