Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 while ridden. Can be a single string or an array of strings. | Pig: "carrotOnAStick", Strider: "warped_fungus_on_a_stick" |
| control_items (as String) | not set | String |
Samples
Pig
"minecraft:item_controllable": {
"control_items": "carrotOnAStick"
}
Strider
"minecraft:item_controllable": {
"control_items": "warped_fungus_on_a_stick"
}