Closed BreadcrumbIsTaken closed 9 months ago
block equips <item>
Fires when a block dispenses an item
on:<entity>
<context.block>
<context.item>
<context.entity>
<context.location>
Requested by LG_Legacy
Done
block equips <item>
Fires when a block dispenses an item
Switches
on:<entity>
to fire when the entity being equipped matchesContexts
<context.block>
returns the MaterialTag of the dispenser.<context.item>
returns the ItemTag of the armor being dispensed.<context.entity>
returns the EntityTag of the entity having the armor equipped.<context.location>
returns the LocationTag of the dispenser.Requested by LG_Legacy