This commit is contained in:
DaanV2
2021-03-21 15:18:38 +01:00
parent d3298267bc
commit 698ee42623
960 changed files with 5960 additions and 22946 deletions

View File

@@ -3,36 +3,19 @@
"$id": "blockception.minecraft.resource.texture.terrain_texture",
"additionalProperties": false,
"type": "object",
"title": "The minecraft terrain texture file",
"title": "Terrain Texture File",
"description": "",
"definitions": {
"texture": {
"oneOf": [
{
"description": "A texture file",
"type": "string",
"pattern": "^textures/.+$"
},
{ "description": "A texture file", "type": "string", "pattern": "^textures/.+$" },
{
"type": "object",
"additionalProperties": false,
"properties": {
"overlay_color": {
"description": "The color to apply to the texture",
"format": "color-hex"
},
"path": {
"description": "A texture file",
"type": "string",
"pattern": "^textures/.+$",
"title": "Path"
},
"tint_color": {
"title": "Tint color",
"description": "TODO",
"format": "color-hex",
"type": "string"
},
"overlay_color": { "description": "The color to apply to the texture", "format": "color-hex" },
"path": { "description": "A texture file", "type": "string", "pattern": "^textures/.+$", "title": "Path" },
"tint_color": { "title": "Tint Color", "description": "TODO", "format": "color-hex", "type": "string" },
"variations": {
"type": "array",
"title": "Variantions",
@@ -43,17 +26,8 @@
"description": "TODO",
"required": ["path"],
"properties": {
"path": {
"description": "A texture file",
"type": "string",
"pattern": "^textures/.+$",
"title": "Path"
},
"weight": {
"type": "integer",
"title": "Weight",
"description": "TODO"
}
"path": { "description": "A texture file", "type": "string", "pattern": "^textures/.+$", "title": "Path" },
"weight": { "type": "integer", "title": "Weight", "description": "TODO" }
}
}
}
@@ -63,51 +37,21 @@
}
},
"properties": {
"num_mip_levels": {
"type": "integer",
"title": "Num mip levels",
"description": "TODO: add description"
},
"padding": {
"type": "integer",
"title": "Padding",
"description": "TODO: add description"
},
"resource_pack_name": {
"type": "string",
"title": "Resource pack name",
"description": "TODO: add description"
},
"num_mip_levels": { "type": "integer", "title": "Num Mip Levels", "description": "TODO: add description" },
"padding": { "type": "integer", "title": "Padding", "description": "TODO: add description" },
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "TODO: add description" },
"texture_data": {
"type": "object",
"propertyNames": {
"pattern": "^[\\w_\\-\\.]+$"
},
"propertyNames": { "pattern": "^[\\w_\\-\\.]+$" },
"additionalProperties": {
"type": "object",
"title": "Texture data",
"title": "Texture Data",
"description": "TODO: add description",
"properties": {
"textures": {
"oneOf": [
{ "$ref": "#/definitions/texture" },
{
"type": "array",
"items": {
"$ref": "#/definitions/texture"
}
}
]
}
}
"properties": { "textures": { "oneOf": [{ "$ref": "#/definitions/texture" }, { "type": "array", "items": { "$ref": "#/definitions/texture" } }] } }
},
"description": "TODO description",
"title": "TODO title"
"title": "TODO Title"
},
"texture_name": {
"type": "string",
"description": "TODO description",
"title": "TODO title"
}
"texture_name": { "type": "string", "description": "TODO description", "title": "TODO Title" }
}
}