This commit is contained in:
DaanV2
2021-04-04 14:00:43 +02:00
parent d08e59713b
commit 7cafb5cfc6
26 changed files with 65 additions and 60 deletions

View File

@@ -74,7 +74,7 @@
],
"properties": {
"states": {
"title": "States ",
"title": "States",
"description": "The states of this animation controller",
"propertyNames": { "pattern": "[a-z\\.]+", "examples": ["default"] },
"minProperties": 1,
@@ -85,7 +85,7 @@
"type": "object",
"properties": {
"animations": {
"title": "Animations ",
"title": "Animations",
"description": "The animations definition for 1.10.0",
"type": "array",
"items": { "$ref": "#/definitions/animationspec", "description": "TODO description: animations", "title": "Animations" }
@@ -127,7 +127,7 @@
}
},
"transitions": {
"title": "Transition ",
"title": "Transition",
"description": "The transition definition for 1.10.0",
"minProperties": 1,
"type": "array",

View File

@@ -63,7 +63,7 @@
"minProperties": 1,
"properties": {
"states": {
"title": "States ",
"title": "States",
"description": "The states of this animation controller",
"propertyNames": { "pattern": "[a-z\\.]+" },
"minProperties": 1,
@@ -74,7 +74,7 @@
"type": "object",
"properties": {
"animations": {
"title": "Animations ",
"title": "Animations",
"description": "The animations definition for 1.10.0",
"type": "array",
"items": { "$ref": "#/definitions/animationspec", "description": "TODO description: animations", "title": "Animations" }
@@ -115,7 +115,7 @@
}
},
"transitions": {
"title": "Transition ",
"title": "Transition",
"description": "The transition definition for 1.8.0",
"minProperties": 1,
"type": "array",

View File

@@ -19,7 +19,7 @@
"required": ["description"],
"properties": {
"description": {
"title": "Description ",
"title": "Description",
"type": "object",
"required": ["identifier"],
"additionalProperties": false,
@@ -43,7 +43,7 @@
},
"enable_attachables": { "type": "boolean", "description": "TODO description: enable attachables", "title": "Enable Attachables" },
"geometry": {
"title": "Geometry ",
"title": "Geometry",
"type": "object",
"propertyNames": { "pattern": "[a-zA-Z0-9_\\.\\-]+" },
"minProperties": 1,

View File

@@ -20,7 +20,7 @@
"properties": {
"description": {
"additionalProperties": false,
"title": "Description ",
"title": "Description",
"description": "TODO description: description",
"type": "object",
"required": ["identifier", "geometry"],
@@ -46,7 +46,7 @@
},
"enable_attachables": { "type": "boolean", "description": "TODO description: enable attachables", "title": "Enable Attachables" },
"geometry": {
"title": "Geometry ",
"title": "Geometry",
"type": "object",
"minProperties": 1,
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },

View File

@@ -8,7 +8,7 @@
"biomespec": {
"additionalProperties": false,
"description": "The specification of colors in a given biome",
"title": "Biome ",
"title": "Biome",
"type": "object",
"properties": {
"fog_color": { "$ref": "#/definitions/colorhex", "title": "Fog Color", "description": "The color of the fog" },

View File

@@ -30,7 +30,7 @@
},
"additionalProperties": {
"additionalProperties": false,
"title": "Block ",
"title": "Block",
"description": "TODO",
"type": "object",
"properties": {

View File

@@ -19,7 +19,7 @@
"required": ["description"],
"properties": {
"description": {
"title": "Description ",
"title": "Description",
"type": "object",
"required": ["identifier"],
"additionalProperties": false,
@@ -37,7 +37,7 @@
},
"enable_attachables": { "type": "boolean", "description": "TODO description: enable attachables", "title": "Enable Attachables" },
"geometry": {
"title": "Geometry ",
"title": "Geometry",
"description": "The reference to defined geometries in '<resource pack>/models/'",
"type": "object",
"propertyNames": { "pattern": "[a-zA-Z0-9_\\.\\-]+" },
@@ -138,7 +138,7 @@
"minProperties": 1,
"propertyNames": { "pattern": "variable.[a-zA-Z_][a-zA-Z0-9_]*" },
"additionalProperties": {
"title": "Variable ",
"title": "Variable",
"description": " If a variable is public, it can be read by other mobs. See the molang `->` operator for details.",
"type": "string",
"enum": ["public"]

View File

@@ -21,7 +21,7 @@
"properties": {
"description": {
"additionalProperties": false,
"title": "Description ",
"title": "Description",
"description": "TODO description: description",
"type": "object",
"required": ["identifier"],
@@ -47,7 +47,7 @@
},
"enable_attachables": { "type": "boolean", "description": "TODO description: enable attachables", "title": "Enable Attachables" },
"geometry": {
"title": "Geometry ",
"title": "Geometry",
"type": "object",
"minProperties": 1,
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.resource.1.16.100.resource",
"type": "object",
"additionalProperties": false,
"title": "Fog ",
"title": "Fog",
"description": "TODO",
"definitions": {
"colorHexOrArray": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_local_space",
"type": "object",
"title": "Emitter Local Space Component For 1.10.0",
"description": "TODO description: ",
"description": "TODO description:",
"additionalProperties": false,
"properties": {
"position": { "type": "boolean", "description": "TODO description: position", "title": "Position" },

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_lifetime_expression",
"type": "object",
"description": "TODO description: ",
"description": "TODO description:",
"title": "Particle Lifetime Expression Component For 1.10.0",
"additionalProperties": false,
"properties": {

View File

@@ -121,6 +121,6 @@
"title": "Particle Effect"
}
},
"description": "TODO description: ",
"description": "TODO description:",
"title": "TODO Title"
}

View File

@@ -29,6 +29,6 @@
"title": "Particle Effect"
}
},
"description": "TODO description: ",
"description": "TODO description:",
"title": "TODO Title"
}

View File

@@ -35,7 +35,7 @@
]
},
"sound_event": {
"title": "Sound Event ",
"title": "Sound Event",
"description": "A single sound event definition",
"oneOf": [
{ "type": "string" },
@@ -69,7 +69,7 @@
"description": "Block sound definitions",
"additionalProperties": {
"type": "object",
"title": "Block Sound ",
"title": "Block Sound",
"description": "A single block sound definition",
"additionalProperties": false,
"properties": {
@@ -113,7 +113,7 @@
"description": "Block sound definitions",
"additionalProperties": {
"type": "object",
"title": "Block Sound ",
"title": "Block Sound",
"description": "A single block sound definition",
"additionalProperties": false,
"properties": {
@@ -124,7 +124,7 @@
"title": "Events",
"propertyNames": { "enum": ["default", "fall", "step", "hit", "jump", "land"] },
"additionalProperties": {
"title": "Sound Event ",
"title": "Sound Event",
"description": "A single sound event definition",
"oneOf": [
{ "type": "string" },

View File

@@ -18,7 +18,7 @@
"additionalItems": false,
"type": "object",
"$id": "#/Sound",
"title": "Sound ",
"title": "Sound",
"required": ["sounds"],
"properties": {
"category": {

View File

@@ -17,7 +17,7 @@
"additionalItems": false,
"type": "object",
"$id": "#/Sound",
"title": "Sound ",
"title": "Sound",
"required": ["sounds"],
"properties": {
"category": {