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

@@ -7,129 +7,57 @@
"definitions": {
"texture": {
"oneOf": [
{
"type": "string"
},
{ "type": "string" },
{
"additionalProperties": false,
"type": "object",
"properties": {
"down": {
"type": "string",
"pattern": "^[\\w_\\-]+$"
},
"up": {
"type": "string",
"pattern": "^[\\w_\\-]+$"
},
"side": {
"type": "string",
"pattern": "^[\\w_\\-]+$"
},
"south": {
"type": "string",
"pattern": "^[\\w_\\-]+$"
},
"north": {
"type": "string",
"pattern": "^[\\w_\\-]+$"
},
"west": {
"type": "string",
"pattern": "^[\\w_\\-]+$"
},
"east": {
"type": "string",
"pattern": "^[\\w_\\-]+$"
}
"down": { "type": "string", "pattern": "^[\\w_\\-]+$" },
"up": { "type": "string", "pattern": "^[\\w_\\-]+$" },
"side": { "type": "string", "pattern": "^[\\w_\\-]+$" },
"south": { "type": "string", "pattern": "^[\\w_\\-]+$" },
"north": { "type": "string", "pattern": "^[\\w_\\-]+$" },
"west": { "type": "string", "pattern": "^[\\w_\\-]+$" },
"east": { "type": "string", "pattern": "^[\\w_\\-]+$" }
}
}
]
}
},
"propertyNames": {
"pattern": "^[\\w_\\-:]+$"
},
"propertyNames": { "pattern": "^[\\w_\\-:]+$" },
"properties": {
"format_version": {
"type": "array",
"items": [
{
"type": "integer"
},
{
"type": "integer"
},
{
"type": "integer"
}
],
"description": "TODO description",
"title": "TODO title"
}
"format_version": { "type": "array", "items": [{ "type": "integer" }, { "type": "integer" }, { "type": "integer" }], "description": "TODO description", "title": "TODO Title" }
},
"additionalProperties": {
"additionalProperties": false,
"title": "Block definition",
"title": "Block ",
"description": "TODO",
"type": "object",
"properties": {
"brightness_gamma": {
"type": "number",
"title": "Brightness gamma",
"description": "TODO"
},
"carried_textures": {
"$ref": "#/definitions/texture",
"title": "Carried textures",
"description": "TODO"
},
"brightness_gamma": { "type": "number", "title": "Brightness Gamma", "description": "TODO" },
"carried_textures": { "$ref": "#/definitions/texture", "title": "Carried Textures", "description": "TODO" },
"isotropic": {
"title": "Isotropic",
"description": "TODO",
"oneOf": [
{
"type": "boolean"
},
{ "type": "boolean" },
{
"additionalProperties": false,
"type": "object",
"properties": {
"down": {
"type": "boolean"
},
"up": {
"type": "boolean"
},
"side": {
"type": "boolean"
},
"south": {
"type": "boolean"
},
"north": {
"type": "boolean"
},
"west": {
"type": "boolean"
},
"east": {
"type": "boolean"
}
"down": { "type": "boolean" },
"up": { "type": "boolean" },
"side": { "type": "boolean" },
"south": { "type": "boolean" },
"north": { "type": "boolean" },
"west": { "type": "boolean" },
"east": { "type": "boolean" }
}
}
]
},
"sound": {
"type": "string",
"title": "Sound",
"description": "TODO"
},
"textures": {
"$ref": "#/definitions/texture",
"title": "Sound",
"description": "Textures"
}
"sound": { "type": "string", "title": "Sound", "description": "TODO" },
"textures": { "$ref": "#/definitions/texture", "title": "Sound", "description": "Textures" }
}
}
}