- Fix icon (#255)
This commit is contained in:
@@ -4,13 +4,14 @@
|
|||||||
"description": "The icon item componenent determines the icon to represent the item in the UI and elsewhere.",
|
"description": "The icon item componenent determines the icon to represent the item in the UI and elsewhere.",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": true,
|
"additionalProperties": true,
|
||||||
"required": ["default"],
|
"required": ["textures"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"textures": {
|
"textures": {
|
||||||
"title": "Textures",
|
"title": "Textures",
|
||||||
"description": "Contains key-value pairs of textures used by the item",
|
"description": "Contains key-value pairs of textures used by the item",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": true,
|
"additionalProperties": true,
|
||||||
|
"required": ["default"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"default": {
|
"default": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
Reference in New Issue
Block a user