2021-10-08 12:59:03 +02:00
|
|
|
{
|
2021-10-08 13:04:13 +02:00
|
|
|
"$id": "blockception.minecraft.behavior.entities.minecraft.is_dyeable",
|
2021-10-08 12:59:03 +02:00
|
|
|
"description": "Allows dyes to be used on this entity to change its color.",
|
|
|
|
|
"type": "object",
|
2021-10-08 13:04:13 +02:00
|
|
|
"title": "Is Dyeable",
|
2021-10-08 12:59:03 +02:00
|
|
|
"additionalProperties": false,
|
|
|
|
|
"required": [],
|
|
|
|
|
"properties": {
|
|
|
|
|
"interact_text": {
|
|
|
|
|
"type": "string",
|
|
|
|
|
"description": "The text that will display when interacting with this entity with a dye when playing with Touch-screen controls",
|
|
|
|
|
"title": "Interact Text"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|