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",
|
2022-07-22 19:41:04 +02:00
|
|
|
"description": "The text that will display when interacting with this entity with a dye when playing with Touch-screen controls.",
|
2021-10-08 12:59:03 +02:00
|
|
|
"title": "Interact Text"
|
|
|
|
|
}
|
2021-10-11 18:10:42 +02:00
|
|
|
},
|
|
|
|
|
"examples": [
|
|
|
|
|
{
|
|
|
|
|
"interact_text": "example"
|
|
|
|
|
}
|
|
|
|
|
]
|
2021-10-08 12:59:03 +02:00
|
|
|
}
|