Files
minecraft-bedrock-json-schemas/source/behavior/items/format/components/dye_powder.json
2022-06-24 22:32:52 +02:00

17 lines
554 B
JSON

{
"$id": "blockception.minecraft.behavior.1.16.200.items.minecraft:dye_powder",
"title": "Dye Powder",
"description": "Dye powder, there are 16 kinds of dye.",
"type": "object",
"additionalProperties": false,
"required": ["color"],
"properties": {
"color": {
"type": "string",
"title": "Color",
"description": "Defines what color the dye is.",
"enum": ["black", "red", "green", "brown", "blue", "purple", "cyan", "silver", "gray", "pink", "lime", "yellow", "lightblue", "magenta", "orange", "white"]
}
}
}