Block Dropped Items (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 2.6.0

Syntax

block dropped (items|item entities)

Description

Represents the dropped items in a block drop item event. `block dropped items` = The dropped item entities. `block dropped itemtypes` = The dropped item.

Examples

on block drop item:
	teleport block dropped items to player

View source