Updated UNDOCUMENTED
This commit is contained in:
@@ -12,22 +12,26 @@
|
||||
"properties": {
|
||||
"atlas_index": {
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Atlas Index",
|
||||
"type": "integer"
|
||||
},
|
||||
"atlas_tile": {
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"pattern": "^[a-z0-9_\\-]*$",
|
||||
"title": "Atlas Index",
|
||||
"type": "string"
|
||||
},
|
||||
"atlas_tile_variant": {
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Atlas Index",
|
||||
"type": "integer"
|
||||
},
|
||||
"blend_frames": {
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Atlas Index",
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -50,6 +54,7 @@
|
||||
},
|
||||
"replicate": {
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Atlas Index",
|
||||
"type": "integer"
|
||||
},
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"type": "object",
|
||||
"title": "Item Texture File",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"definitions": {
|
||||
"texture": {
|
||||
"oneOf": [
|
||||
@@ -16,19 +17,27 @@
|
||||
"properties": {
|
||||
"overlay_color": { "description": "The color to apply to the texture", "title": "overlay_color", "format": "color-hex" },
|
||||
"path": { "description": "A texture file", "type": "string", "pattern": "^textures/.+$", "title": "Path" },
|
||||
"tint_color": { "title": "Tint Color", "description": "UNDOCUMENTED", "format": "color-hex", "type": "string" },
|
||||
"tint_color": {
|
||||
"title": "Tint Color",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"format": "color-hex",
|
||||
"type": "string"
|
||||
},
|
||||
"variations": {
|
||||
"type": "array",
|
||||
"title": "Variantions",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"title": "Variantion",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"required": ["path"],
|
||||
"properties": {
|
||||
"path": { "description": "A texture file", "type": "string", "pattern": "^textures/.+$", "title": "Path" },
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED" }
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -38,15 +47,17 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "UNDOCUMENTED" },
|
||||
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"texture_data": {
|
||||
"title": "Texture Data",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"propertyNames": { "pattern": "^[\\w_\\-\\.]+$" },
|
||||
"additionalProperties": {
|
||||
"title": "Texture Data",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
@@ -59,6 +70,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"texture_name": { "title": "Texture Name", "description": "UNDOCUMENTED", "type": "string" }
|
||||
"texture_name": { "title": "Texture Name", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"type": "object",
|
||||
"title": "Terrain Texture File",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"definitions": {
|
||||
"texture": {
|
||||
"oneOf": [
|
||||
@@ -16,19 +17,27 @@
|
||||
"properties": {
|
||||
"overlay_color": { "description": "The color to apply to the texture", "title": "overlay_color", "format": "color-hex" },
|
||||
"path": { "description": "A texture file", "type": "string", "pattern": "^textures/.+$", "title": "Path" },
|
||||
"tint_color": { "title": "Tint Color", "description": "UNDOCUMENTED", "format": "color-hex", "type": "string" },
|
||||
"tint_color": {
|
||||
"title": "Tint Color",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"format": "color-hex",
|
||||
"type": "string"
|
||||
},
|
||||
"variations": {
|
||||
"type": "array",
|
||||
"title": "Variantions",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"title": "Variantion",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"required": ["path"],
|
||||
"properties": {
|
||||
"path": { "description": "A texture file", "type": "string", "pattern": "^textures/.+$", "title": "Path" },
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED" }
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -38,9 +47,9 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"num_mip_levels": { "type": "integer", "title": "Num Mip Levels", "description": "UNDOCUMENTED" },
|
||||
"padding": { "type": "integer", "title": "Padding", "description": "UNDOCUMENTED" },
|
||||
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "UNDOCUMENTED" },
|
||||
"num_mip_levels": { "type": "integer", "title": "Num Mip Levels", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"padding": { "type": "integer", "title": "Padding", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"texture_data": {
|
||||
"type": "object",
|
||||
"propertyNames": { "pattern": "^[\\w_\\-\\.]+$" },
|
||||
@@ -48,13 +57,15 @@
|
||||
"type": "object",
|
||||
"title": "Texture Data",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"textures": { "oneOf": [{ "$ref": "#/definitions/texture" }, { "type": "array", "items": { "$ref": "#/definitions/texture" } }] }
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Texture Data"
|
||||
},
|
||||
"texture_name": { "type": "string", "description": "UNDOCUMENTED", "title": "Texture Name" }
|
||||
"texture_name": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Texture Name" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user