2021-01-05 00:13:27 +01:00
|
|
|
{
|
|
|
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
|
|
|
"$id": "blockception.minecraft.behaviour.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.",
|
2021-03-11 16:07:04 +01:00
|
|
|
"enum": ["brown", "white", "black", "blue", "cyan", "gray", "green", "lightblue", "silver", "lime", "magenta", "pink", "purple", "red", "yellow"]
|
2021-01-05 00:13:27 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|