Entity Documentation - minecraft:is_dyeable

minecraft:is_dyeable allows the entity to be interacted with dyes to change its color.

Parameters

Name Default Value Type Description
interact_text not set String The text that will display when interacting with this entity with a dye when playing with Touch-screen controls.

Example

"minecraft:is_dyeable":{
    "interact_text": "action.interact.dye"
}

Vanilla entities examples

sheep

"minecraft:is_dyeable": {
    "interact_text": "action.interact.dye"
}

Vanilla entities using minecraft:is_dyeable