Entity Shoot Bow - Consumable (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 2.16.0

Syntax

consumed item

Description

Get the Item to be consumed in an entity shoot bow event (if any).

Examples

on entity shoot bow:
	if consumed item is not an arrow:
		cancel event

View source