Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/is_dyeable.json
2021-10-08 13:18:16 +02:00

16 lines
495 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.minecraft.is_dyeable",
"description": "Allows dyes to be used on this entity to change its color.",
"type": "object",
"title": "Is Dyeable",
"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"
}
}
}