Defines what items can be used to control this entity while ridden.
Item Controllable Properties
Name | Default Value | Type | Description | Example Values |
---|---|---|---|---|
control_items | not set | Array of strings | List of items that can be used to control this entity. | Pig: "carrotOnAStick" , Strider: "warped_fungus_on_a_stick" |
Samples
Pig
"minecraft:item_controllable": {
"control_items": "carrotOnAStick"
}
Strider
"minecraft:item_controllable": {
"control_items": "warped_fungus_on_a_stick"
}