Table of Contents

minecraft:dispensable

The minecraft:dispenseable item component allows this item to be dispensed as something other than an item in a Dispenser. It dispenses the item based on the specified dispense behavior.

Fields

Name Description Type Default Value
behavior The behavior to use when dispensing this item. A dispense behavior

Example

{
  "behavior": "minecraft:equip_entity"
}