Updated item components

This commit is contained in:
DaanV2
2021-09-21 23:24:24 +02:00
parent a5fb7c8da7
commit a742b8f721
5 changed files with 24 additions and 20 deletions

View File

@@ -11,21 +11,22 @@
"title": "Color",
"description": "Defines what color the dye is.",
"enum": [
"brown",
"white",
"black",
"blue",
"cyan",
"gray",
"green",
"lightblue",
"silver",
"lime",
"magenta",
"pink",
"purple",
"red",
"yellow"
"green",
"brown",
"blue",
"purple",
"cyan",
"silver",
"gray",
"pink",
"lime",
"yellow",
"lightblue",
"magenta",
"orange",
"white"
]
}
}