UNDOCUMENTATED description, or needs to be filled in
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.resource.animation_controller1.10.0",
|
||||
"type": "object",
|
||||
"title": "Animation Controller 1.10.0",
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"definitions": {
|
||||
"animationspec": {
|
||||
"anyOf": [
|
||||
@@ -126,7 +126,7 @@
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/particle_effect_spec",
|
||||
"description": "TODO description: particle effects",
|
||||
"description": "UNDOCUMENTATED: particle effects",
|
||||
"title": "Particle Effects"
|
||||
},
|
||||
"title": "Particle Effects"
|
||||
@@ -154,7 +154,7 @@
|
||||
"examples": [[{ "some_state": "query.is_sheared" }]],
|
||||
"items": {
|
||||
"$ref": "#/definitions/animationspec",
|
||||
"description": "TODO description: transitions",
|
||||
"description": "UNDOCUMENTATED: transitions",
|
||||
"title": "Transitions",
|
||||
"examples": [{ "some_state": "query.is_sheared" }]
|
||||
}
|
||||
@@ -189,7 +189,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"initial_state": { "type": "string", "description": "TODO description: initial state", "title": "Initial State" }
|
||||
"initial_state": { "type": "string", "description": "UNDOCUMENTATED: initial state", "title": "Initial State" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.resource.animation_controller1.8.0",
|
||||
"type": "object",
|
||||
"title": "Animation Controller 1.8.0",
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"definitions": {
|
||||
"animationspec": {
|
||||
"anyOf": [
|
||||
@@ -114,7 +114,7 @@
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/particle_effect_spec",
|
||||
"description": "TODO description: particle effects",
|
||||
"description": "UNDOCUMENTATED: particle effects",
|
||||
"title": "Particle Effects"
|
||||
},
|
||||
"title": "Particle Effects"
|
||||
@@ -172,7 +172,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"initial_state": { "type": "string", "description": "TODO description: initial state", "title": "Initial State" }
|
||||
"initial_state": { "type": "string", "description": "UNDOCUMENTATED: initial state", "title": "Initial State" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Actor Animation 1.10.0",
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"definitions": {
|
||||
"ParticleEffect": {
|
||||
"type": "object",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Actor Animation 1.8.0",
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"definitions": {
|
||||
"ParticleEffect": {
|
||||
"type": "object",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.resource.1.10.0.attachables",
|
||||
"type": "object",
|
||||
"title": "Actor Animation 1.10.0",
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"required": ["format_version", "minecraft:attachable"],
|
||||
"properties": {
|
||||
"format_version": {
|
||||
@@ -44,7 +44,7 @@
|
||||
"description": "The specification of animation controllers",
|
||||
"title": "Animation Controllers"
|
||||
},
|
||||
"enable_attachables": { "type": "boolean", "description": "TODO description: enable attachables", "title": "Enable Attachables" },
|
||||
"enable_attachables": { "type": "boolean", "description": "UNDOCUMENTATED: enable attachables", "title": "Enable Attachables" },
|
||||
"geometry": {
|
||||
"title": "Geometry",
|
||||
"type": "object",
|
||||
@@ -55,7 +55,7 @@
|
||||
},
|
||||
"identifier": {
|
||||
"type": "string",
|
||||
"description": "TODO description: identifier",
|
||||
"description": "UNDOCUMENTATED: identifier",
|
||||
"title": "Identifier",
|
||||
"$ref": "../../../general/item/identifier.json"
|
||||
},
|
||||
@@ -87,21 +87,21 @@
|
||||
"particle_emitters": {
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: particle emitters",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
|
||||
"description": "UNDOCUMENTATED: particle emitters",
|
||||
"title": "Particle Emitters"
|
||||
},
|
||||
"render_controllers": {
|
||||
"type": "array",
|
||||
"description": "TODO description: render controllers",
|
||||
"description": "UNDOCUMENTATED: render controllers",
|
||||
"title": "Render Controllers",
|
||||
"minItems": 1,
|
||||
"items": { "type": "string", "description": "TODO description: render controllers", "title": "Render Controllers" }
|
||||
"items": { "type": "string", "description": "UNDOCUMENTATED: render controllers", "title": "Render Controllers" }
|
||||
},
|
||||
"scripts": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "TODO description: scripts",
|
||||
"description": "UNDOCUMENTATED: scripts",
|
||||
"title": "Scripts",
|
||||
"properties": {
|
||||
"animate": {
|
||||
@@ -110,61 +110,61 @@
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
"oneOf": [
|
||||
{ "type": "string", "description": "TODO description: oneOf[0]", "title": "TODO Title" },
|
||||
{ "type": "string", "description": "UNDOCUMENTATED: oneOf[0]", "title": "TODO Title" },
|
||||
{
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: oneOf[1]",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
|
||||
"description": "UNDOCUMENTATED: oneOf[1]",
|
||||
"title": "TODO Title"
|
||||
}
|
||||
],
|
||||
"description": "TODO description: animate",
|
||||
"description": "UNDOCUMENTATED: animate",
|
||||
"title": "Animate"
|
||||
},
|
||||
"description": "TODO description: animate"
|
||||
"description": "UNDOCUMENTATED: animate"
|
||||
},
|
||||
"initialize": {
|
||||
"type": "array",
|
||||
"description": "TODO description: initialize",
|
||||
"description": "UNDOCUMENTATED: initialize",
|
||||
"title": "Initialize",
|
||||
"items": {
|
||||
"pattern": ";$",
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "TODO description: initialize",
|
||||
"description": "UNDOCUMENTATED: initialize",
|
||||
"title": "Initialize"
|
||||
}
|
||||
},
|
||||
"pre_animation": {
|
||||
"type": "array",
|
||||
"description": "TODO description: pre aninamtion",
|
||||
"description": "UNDOCUMENTATED: pre aninamtion",
|
||||
"title": "Pre Animation",
|
||||
"items": {
|
||||
"pattern": ";$",
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "TODO description: pre aninamtion",
|
||||
"description": "UNDOCUMENTATED: pre aninamtion",
|
||||
"title": "Pre Animation"
|
||||
}
|
||||
},
|
||||
"parent_setup": {
|
||||
"type": "string",
|
||||
"description": "TODO description: parent setup",
|
||||
"description": "UNDOCUMENTATED: parent setup",
|
||||
"title": "Parent Setup",
|
||||
"$ref": "../../../molang/number.json"
|
||||
},
|
||||
"scale": { "type": "string", "description": "TODO description: scale", "title": "Scale", "$ref": "../../../molang/number.json" }
|
||||
"scale": { "type": "string", "description": "UNDOCUMENTATED: scale", "title": "Scale", "$ref": "../../../molang/number.json" }
|
||||
}
|
||||
},
|
||||
"sound_effects": {
|
||||
"type": "array",
|
||||
"description": "TODO description: sound effects",
|
||||
"description": "UNDOCUMENTATED: sound effects",
|
||||
"title": "Sound Effects",
|
||||
"minItems": 1,
|
||||
"items": { "type": "string", "description": "TODO description: sound effects", "title": "Sound Effects" }
|
||||
"items": { "type": "string", "description": "UNDOCUMENTATED: sound effects", "title": "Sound Effects" }
|
||||
},
|
||||
"spawn_egg": {
|
||||
"type": "object",
|
||||
"description": "TODO description: spawn egg",
|
||||
"description": "UNDOCUMENTATED: spawn egg",
|
||||
"title": "Spawn Egg",
|
||||
"dependencies": {
|
||||
"texture": ["texture_index"],
|
||||
@@ -173,20 +173,20 @@
|
||||
"overlay_color": ["base_colour"]
|
||||
},
|
||||
"properties": {
|
||||
"base_colour": { "type": "string", "description": "TODO description: base colour", "title": "Base Colour" },
|
||||
"overlay_color": { "type": "string", "description": "TODO description: overlay color", "title": "Overlay Color" },
|
||||
"texture": { "type": "string", "description": "TODO description: texture", "title": "Texture" },
|
||||
"texture_index": { "type": "integer", "description": "TODO description: texture index", "title": "Texture Index" }
|
||||
"base_colour": { "type": "string", "description": "UNDOCUMENTATED: base colour", "title": "Base Colour" },
|
||||
"overlay_color": { "type": "string", "description": "UNDOCUMENTATED: overlay color", "title": "Overlay Color" },
|
||||
"texture": { "type": "string", "description": "UNDOCUMENTATED: texture", "title": "Texture" },
|
||||
"texture_index": { "type": "integer", "description": "UNDOCUMENTATED: texture index", "title": "Texture Index" }
|
||||
}
|
||||
},
|
||||
"textures": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: textures",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
|
||||
"description": "UNDOCUMENTATED: textures",
|
||||
"title": "Textures"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: description"
|
||||
"description": "UNDOCUMENTATED: description"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.resource.1.8.0.attachables",
|
||||
"type": "object",
|
||||
"title": "Actor Animation 1.8.0",
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"required": ["format_version", "minecraft:attachable"],
|
||||
"properties": {
|
||||
"format_version": {
|
||||
@@ -20,7 +20,7 @@
|
||||
"description": {
|
||||
"additionalProperties": false,
|
||||
"title": "Description",
|
||||
"description": "TODO description: description",
|
||||
"description": "UNDOCUMENTATED: description",
|
||||
"type": "object",
|
||||
"required": ["identifier", "geometry"],
|
||||
"properties": {
|
||||
@@ -29,31 +29,31 @@
|
||||
"title": "Animations Schema",
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" }
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" }
|
||||
},
|
||||
"animation_controllers": {
|
||||
"type": "array",
|
||||
"minItems": 1,
|
||||
"description": "TODO description: animation controllers",
|
||||
"description": "UNDOCUMENTATED: animation controllers",
|
||||
"title": "Animation Controllers",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: animation controllers",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
|
||||
"description": "UNDOCUMENTATED: animation controllers",
|
||||
"title": "Animation Controllers"
|
||||
}
|
||||
},
|
||||
"enable_attachables": { "type": "boolean", "description": "TODO description: enable attachables", "title": "Enable Attachables" },
|
||||
"enable_attachables": { "type": "boolean", "description": "UNDOCUMENTATED: enable attachables", "title": "Enable Attachables" },
|
||||
"geometry": {
|
||||
"title": "Geometry",
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: geometry"
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
|
||||
"description": "UNDOCUMENTATED: geometry"
|
||||
},
|
||||
"identifier": {
|
||||
"type": "string",
|
||||
"description": "TODO description: identifier",
|
||||
"description": "UNDOCUMENTATED: identifier",
|
||||
"title": "Identifier",
|
||||
"$ref": "../../../general/item/identifier.json"
|
||||
},
|
||||
@@ -65,47 +65,47 @@
|
||||
},
|
||||
"materials": {
|
||||
"type": "object",
|
||||
"description": "TODO description: materials",
|
||||
"description": "UNDOCUMENTATED: materials",
|
||||
"title": "Materials",
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" }
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" }
|
||||
},
|
||||
"min_engine_version": {
|
||||
"type": "string",
|
||||
"pattern": "[0-9]+\\.[0-9]+\\.[0-9]+",
|
||||
"description": "TODO description: min engine version",
|
||||
"description": "UNDOCUMENTATED: min engine version",
|
||||
"title": "Min Engine Version"
|
||||
},
|
||||
"particle_effects": {
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: particle effects",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
|
||||
"description": "UNDOCUMENTATED: particle effects",
|
||||
"title": "Particle Effects"
|
||||
},
|
||||
"particle_emitters": {
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: particle emitters",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
|
||||
"description": "UNDOCUMENTATED: particle emitters",
|
||||
"title": "Particle Emitters"
|
||||
},
|
||||
"render_controllers": {
|
||||
"type": "array",
|
||||
"description": "TODO description: render controllers",
|
||||
"description": "UNDOCUMENTATED: render controllers",
|
||||
"title": "Render Controllers",
|
||||
"minItems": 1,
|
||||
"items": { "type": "string", "description": "TODO description: render controllers", "title": "Render Controllers" }
|
||||
"items": { "type": "string", "description": "UNDOCUMENTATED: render controllers", "title": "Render Controllers" }
|
||||
},
|
||||
"sound_effects": {
|
||||
"type": "array",
|
||||
"description": "TODO description: sound effects",
|
||||
"description": "UNDOCUMENTATED: sound effects",
|
||||
"title": "Sound Effects",
|
||||
"minItems": 1,
|
||||
"items": { "type": "string", "description": "TODO description: sound effects", "title": "Sound Effects" }
|
||||
"items": { "type": "string", "description": "UNDOCUMENTATED: sound effects", "title": "Sound Effects" }
|
||||
},
|
||||
"spawn_egg": {
|
||||
"type": "object",
|
||||
"description": "TODO description: spawn egg",
|
||||
"description": "UNDOCUMENTATED: spawn egg",
|
||||
"title": "Spawn Egg",
|
||||
"dependencies": {
|
||||
"texture": ["texture_index"],
|
||||
@@ -114,10 +114,10 @@
|
||||
"overlay_color": ["base_colour"]
|
||||
},
|
||||
"properties": {
|
||||
"base_colour": { "type": "string", "description": "TODO description: base colour", "title": "Base Colour" },
|
||||
"overlay_color": { "type": "string", "description": "TODO description: overlay color", "title": "Overlay Color" },
|
||||
"texture": { "type": "string", "description": "TODO description: texture", "title": "Texture" },
|
||||
"texture_index": { "type": "integer", "description": "TODO description: texture index", "title": "Texture Index" }
|
||||
"base_colour": { "type": "string", "description": "UNDOCUMENTATED: base colour", "title": "Base Colour" },
|
||||
"overlay_color": { "type": "string", "description": "UNDOCUMENTATED: overlay color", "title": "Overlay Color" },
|
||||
"texture": { "type": "string", "description": "UNDOCUMENTATED: texture", "title": "Texture" },
|
||||
"texture_index": { "type": "integer", "description": "UNDOCUMENTATED: texture index", "title": "Texture Index" }
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
@@ -128,41 +128,41 @@
|
||||
"items": {
|
||||
"pattern": ";$",
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "TODO description: pre aninamtion",
|
||||
"description": "UNDOCUMENTATED: pre aninamtion",
|
||||
"title": "Pre Animation"
|
||||
},
|
||||
"description": "TODO description: pre aninamtion",
|
||||
"description": "UNDOCUMENTATED: pre aninamtion",
|
||||
"title": "Pre Animation"
|
||||
},
|
||||
"scale": { "type": "string", "description": "TODO description: scale", "title": "Scale" },
|
||||
"scale": { "type": "string", "description": "UNDOCUMENTATED: scale", "title": "Scale" },
|
||||
"animate": {
|
||||
"type": "array",
|
||||
"title": "Animate Schema",
|
||||
"items": {
|
||||
"oneOf": [
|
||||
{ "type": "string", "description": "TODO description: oneOf[0]", "title": "TODO Title" },
|
||||
{ "type": "string", "description": "UNDOCUMENTATED: oneOf[0]", "title": "TODO Title" },
|
||||
{
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: oneOf[1]",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
|
||||
"description": "UNDOCUMENTATED: oneOf[1]",
|
||||
"title": "TODO Title"
|
||||
}
|
||||
],
|
||||
"description": "TODO description: animate",
|
||||
"description": "UNDOCUMENTATED: animate",
|
||||
"title": "Animate"
|
||||
},
|
||||
"description": "TODO description: animate"
|
||||
"description": "UNDOCUMENTATED: animate"
|
||||
},
|
||||
"parent_setup": { "$ref": "../../../molang/number.json" }
|
||||
},
|
||||
"description": "TODO description: scripts",
|
||||
"description": "UNDOCUMENTATED: scripts",
|
||||
"title": "Scripts"
|
||||
},
|
||||
"textures": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: textures",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
|
||||
"description": "UNDOCUMENTATED: textures",
|
||||
"title": "Textures"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"format_version": {
|
||||
"type": "array",
|
||||
"items": [{ "type": "integer" }, { "type": "integer" }, { "type": "integer" }],
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -153,7 +153,7 @@
|
||||
},
|
||||
"parent_setup": {
|
||||
"type": "string",
|
||||
"description": "TODO description: parent setup",
|
||||
"description": "UNDOCUMENTATED: parent setup",
|
||||
"title": "Parent Setup",
|
||||
"$ref": "../../../molang/number.json"
|
||||
},
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"enable_attachables": { "type": "boolean", "description": "TODO description: enable attachables", "title": "Enable Attachables" },
|
||||
"enable_attachables": { "type": "boolean", "description": "UNDOCUMENTATED: enable attachables", "title": "Enable Attachables" },
|
||||
"geometry": {
|
||||
"title": "Geometry",
|
||||
"description": "The reference to defined geometries in `<resource pack>/models/'",
|
||||
@@ -134,7 +134,7 @@
|
||||
},
|
||||
"parent_setup": {
|
||||
"type": "string",
|
||||
"description": "TODO description: parent setup",
|
||||
"description": "UNDOCUMENTATED: parent setup",
|
||||
"title": "Parent Setup",
|
||||
"$ref": "../../../molang/number.json"
|
||||
},
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
"$id": "blockception.minecraft.resource.model.1.10.0",
|
||||
"type": "object",
|
||||
"title": "Model Schema For 1.10.0",
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"required": ["format_version"],
|
||||
"properties": {
|
||||
"debug": { "type": "boolean", "description": "TODO description", "title": "TODO Title" },
|
||||
"debug": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"format_version": {
|
||||
"title": "1.10.0 Format Version",
|
||||
"type": "string",
|
||||
@@ -97,13 +97,13 @@
|
||||
},
|
||||
"cape": { "type": "string" },
|
||||
"debug": { "type": "boolean" },
|
||||
"texturewidth": { "type": "integer", "description": "TODO description: texturewidth", "title": "Texturewidth" },
|
||||
"textureheight": { "type": "integer", "description": "TODO description: textureheight", "title": "Textureheight" },
|
||||
"visible_bounds_width": { "type": "number", "description": "TODO description: visible bounds width", "title": "Visible Bounds Width" },
|
||||
"visible_bounds_height": { "type": "number", "description": "TODO description: visible bounds height", "title": "Visible Bounds Height" },
|
||||
"texturewidth": { "type": "integer", "description": "UNDOCUMENTATED: texturewidth", "title": "Texturewidth" },
|
||||
"textureheight": { "type": "integer", "description": "UNDOCUMENTATED: textureheight", "title": "Textureheight" },
|
||||
"visible_bounds_width": { "type": "number", "description": "UNDOCUMENTATED: visible bounds width", "title": "Visible Bounds Width" },
|
||||
"visible_bounds_height": { "type": "number", "description": "UNDOCUMENTATED: visible bounds height", "title": "Visible Bounds Height" },
|
||||
"visible_bounds_offset": {
|
||||
"type": "array",
|
||||
"description": "TODO description: visible bounds offset",
|
||||
"description": "UNDOCUMENTATED: visible bounds offset",
|
||||
"title": "Visible Bounds Offset",
|
||||
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"debug": { "type": "boolean", "default": false, "description": "TODO description", "title": "TODO Title" },
|
||||
"debug": { "type": "boolean", "default": false, "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"format_version": {
|
||||
"title": "1.12.0 Format Version",
|
||||
"type": "string",
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"debug": { "type": "boolean", "default": false, "description": "TODO description", "title": "TODO Title" },
|
||||
"debug": { "type": "boolean", "default": false, "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"format_version": {
|
||||
"title": "1.14.0 Format Version",
|
||||
"type": "string",
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"debug": { "title": "Debug", "description": "TODO description", "type": "boolean", "default": false },
|
||||
"debug": { "title": "Debug", "description": "UNDOCUMENTATED", "type": "boolean", "default": false },
|
||||
"format_version": {
|
||||
"title": "1.16.0 Format Version",
|
||||
"type": "string",
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
"$id": "blockception.minecraft.resource.model.1.8.0",
|
||||
"type": "object",
|
||||
"title": "Model Schema For 1.8.0",
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"required": ["format_version"],
|
||||
"properties": {
|
||||
"debug": { "type": "boolean", "description": "TODO description", "title": "TODO Title" },
|
||||
"debug": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"format_version": {
|
||||
"title": "1.8.0 Format Version",
|
||||
"type": "string",
|
||||
@@ -120,13 +120,13 @@
|
||||
},
|
||||
"cape": { "title": "Cape", "description": "TODO", "type": "string" },
|
||||
"debug": { "title": "Debug", "description": "TODO", "type": "boolean" },
|
||||
"texturewidth": { "type": "integer", "description": "TODO description: texturewidth", "title": "Texturewidth" },
|
||||
"textureheight": { "type": "integer", "description": "TODO description: textureheight", "title": "Textureheight" },
|
||||
"visible_bounds_width": { "type": "number", "description": "TODO description: visible bounds width", "title": "Visible Bounds Width" },
|
||||
"visible_bounds_height": { "type": "number", "description": "TODO description: visible bounds height", "title": "Visible Bounds Height" },
|
||||
"texturewidth": { "type": "integer", "description": "UNDOCUMENTATED: texturewidth", "title": "Texturewidth" },
|
||||
"textureheight": { "type": "integer", "description": "UNDOCUMENTATED: textureheight", "title": "Textureheight" },
|
||||
"visible_bounds_width": { "type": "number", "description": "UNDOCUMENTATED: visible bounds width", "title": "Visible Bounds Width" },
|
||||
"visible_bounds_height": { "type": "number", "description": "UNDOCUMENTATED: visible bounds height", "title": "Visible Bounds Height" },
|
||||
"visible_bounds_offset": {
|
||||
"type": "array",
|
||||
"description": "TODO description: visible bounds offset",
|
||||
"description": "UNDOCUMENTATED: visible bounds offset",
|
||||
"title": "Visible Bounds Offset",
|
||||
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_rate_manual",
|
||||
"type": "object",
|
||||
"title": "Emitter Rate Manual Component 1.10.0",
|
||||
"description": "TODO description: ",
|
||||
"description": "UNDOCUMENTATED: ",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"activation_expression": {
|
||||
|
||||
@@ -15,5 +15,5 @@
|
||||
"title": "Sleep Time"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -10,5 +10,5 @@
|
||||
"title": "Active Time"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
"$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": "UNDOCUMENTATED:",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"position": { "type": "boolean", "description": "TODO description: position", "title": "Position" },
|
||||
"rotation": { "type": "boolean", "description": "TODO description: rotation", "title": "Rotation" },
|
||||
"velocity": { "type": "boolean", "description": "TODO description: rotation", "title": "Rotation" }
|
||||
"position": { "type": "boolean", "description": "UNDOCUMENTATED: position", "title": "Position" },
|
||||
"rotation": { "type": "boolean", "description": "UNDOCUMENTATED: rotation", "title": "Rotation" },
|
||||
"velocity": { "type": "boolean", "description": "UNDOCUMENTATED: rotation", "title": "Rotation" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,5 +11,5 @@
|
||||
"default": 10
|
||||
}
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -10,5 +10,5 @@
|
||||
"title": "Max Particles"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -15,5 +15,5 @@
|
||||
"title": "Spawn Rate"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"direction": {
|
||||
"description": "TODO description: direction",
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction",
|
||||
"default": "outwards",
|
||||
"anyOf": [
|
||||
@@ -13,17 +13,17 @@
|
||||
{ "type": "array", "minItems": 3, "maxItems": 3, "items": { "$ref": "../../../../molang/number.json" } }
|
||||
]
|
||||
},
|
||||
"radius": { "$ref": "../../../../molang/number.json", "description": "TODO description: radius", "title": "Radius" },
|
||||
"radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: radius", "title": "Radius" },
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: offset",
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"title": "Offset"
|
||||
},
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"half_dimensions": {
|
||||
@@ -32,13 +32,13 @@
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: half dimensions",
|
||||
"description": "UNDOCUMENTATED: half dimensions",
|
||||
"title": "Half Dimensions"
|
||||
},
|
||||
"description": "TODO description: half dimensions",
|
||||
"description": "UNDOCUMENTATED: half dimensions",
|
||||
"title": "Half Dimensions"
|
||||
},
|
||||
"surface_only": { "type": "boolean", "description": "TODO description: surface only", "title": "Surface Only" }
|
||||
"surface_only": { "type": "boolean", "description": "UNDOCUMENTATED: surface only", "title": "Surface Only" }
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -10,10 +10,10 @@
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: direction",
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"description": "TODO description: direction",
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"offset": {
|
||||
@@ -22,12 +22,12 @@
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: offset",
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"title": "Offset"
|
||||
},
|
||||
"description": "TODO description: offset",
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"title": "Offset"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -9,20 +9,20 @@
|
||||
{ "type": "string", "enum": ["inwards", "outwards"] },
|
||||
{ "type": "array", "minItems": 3, "maxItems": 3, "items": { "$ref": "../../../../molang/number.json" } }
|
||||
],
|
||||
"description": "TODO description: direction",
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"radius": { "$ref": "../../../../molang/number.json", "description": "TODO description: radius", "title": "Radius" },
|
||||
"radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: radius", "title": "Radius" },
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: offset",
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"title": "Offset"
|
||||
},
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"plane_normal": {
|
||||
@@ -41,7 +41,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"surface_only": { "type": "boolean", "description": "TODO description: surface only", "title": "Surface Only" }
|
||||
"surface_only": { "type": "boolean", "description": "UNDOCUMENTATED: surface only", "title": "Surface Only" }
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -6,21 +6,21 @@
|
||||
"properties": {
|
||||
"direction": {
|
||||
"anyOf": [
|
||||
{ "type": "string", "enum": ["inwards", "outwards"], "description": "TODO description: Todo", "title": "Todo" },
|
||||
{ "type": "string", "enum": ["inwards", "outwards"], "description": "UNDOCUMENTATED: Todo", "title": "Todo" },
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: Todo",
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"title": "Todo"
|
||||
},
|
||||
"description": "TODO description: Todo",
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"title": "Todo"
|
||||
}
|
||||
],
|
||||
"description": "TODO description: direction",
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"offset": {
|
||||
@@ -29,12 +29,12 @@
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: offset",
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"title": "Offset"
|
||||
},
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -10,10 +10,10 @@
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: direction",
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"description": "TODO description: direction",
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"offset": {
|
||||
@@ -22,12 +22,12 @@
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: offset",
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"title": "Offset"
|
||||
},
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -6,21 +6,21 @@
|
||||
"properties": {
|
||||
"direction": {
|
||||
"anyOf": [
|
||||
{ "type": "string", "enum": ["inwards", "outwards"], "description": "TODO description: Todo", "title": "Todo" },
|
||||
{ "type": "string", "enum": ["inwards", "outwards"], "description": "UNDOCUMENTATED: Todo", "title": "Todo" },
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: Todo",
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"title": "Todo"
|
||||
},
|
||||
"description": "TODO description: Todo",
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"title": "Todo"
|
||||
}
|
||||
],
|
||||
"description": "TODO description: direction",
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"offset": {
|
||||
@@ -29,14 +29,14 @@
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: offset",
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"title": "Offset"
|
||||
},
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"radius": { "$ref": "../../../../molang/number.json", "description": "TODO description: radius", "title": "Radius" },
|
||||
"surface_only": { "type": "boolean", "description": "TODO description: surface only", "title": "Surface Only" }
|
||||
"radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: radius", "title": "Radius" },
|
||||
"surface_only": { "type": "boolean", "description": "UNDOCUMENTATED: surface only", "title": "Surface Only" }
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "TODO description: size", "title": "Size" },
|
||||
"description": "TODO description: size",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: size", "title": "Size" },
|
||||
"description": "UNDOCUMENTATED: size",
|
||||
"title": "Size"
|
||||
},
|
||||
"facing_camera_mode": {
|
||||
@@ -22,8 +22,8 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"texture_width": { "type": "integer", "description": "TODO description: texture width", "title": "Texture Width" },
|
||||
"texture_height": { "type": "integer", "description": "TODO description: texture height", "title": "Texture Height" },
|
||||
"texture_width": { "type": "integer", "description": "UNDOCUMENTATED: texture width", "title": "Texture Width" },
|
||||
"texture_height": { "type": "integer", "description": "UNDOCUMENTATED: texture height", "title": "Texture Height" },
|
||||
"flipbook": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
@@ -33,58 +33,58 @@
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "TODO description: base UV", "title": "Base U V" },
|
||||
"description": "TODO description: base UV",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: base UV", "title": "Base U V" },
|
||||
"description": "UNDOCUMENTATED: base UV",
|
||||
"title": "Base U V"
|
||||
},
|
||||
"size_UV": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "TODO description: size UV", "title": "Size U V" },
|
||||
"description": "TODO description: size UV",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: size UV", "title": "Size U V" },
|
||||
"description": "UNDOCUMENTATED: size UV",
|
||||
"title": "Size U V"
|
||||
},
|
||||
"step_UV": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "TODO description: step UV", "title": "Step U V" },
|
||||
"description": "TODO description: step UV",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: step UV", "title": "Step U V" },
|
||||
"description": "UNDOCUMENTATED: step UV",
|
||||
"title": "Step U V"
|
||||
},
|
||||
"frames_per_second": {
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: frames per second",
|
||||
"description": "UNDOCUMENTATED: frames per second",
|
||||
"title": "Frames Per Second"
|
||||
},
|
||||
"max_frame": { "$ref": "../../../../molang/number.json", "description": "TODO description: max frame", "title": "Max Frame" },
|
||||
"stretch_to_lifetime": { "type": "boolean", "description": "TODO description: stretch to lifetime", "title": "Stretch To Lifetime" },
|
||||
"loop": { "type": "boolean", "description": "TODO description: loop", "title": "Loop" }
|
||||
"max_frame": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: max frame", "title": "Max Frame" },
|
||||
"stretch_to_lifetime": { "type": "boolean", "description": "UNDOCUMENTATED: stretch to lifetime", "title": "Stretch To Lifetime" },
|
||||
"loop": { "type": "boolean", "description": "UNDOCUMENTATED: loop", "title": "Loop" }
|
||||
},
|
||||
"description": "TODO description: flipbook",
|
||||
"description": "UNDOCUMENTATED: flipbook",
|
||||
"title": "Flipbook"
|
||||
},
|
||||
"uv": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "TODO description: uv", "title": "Uv" },
|
||||
"description": "TODO description: uv",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: uv", "title": "Uv" },
|
||||
"description": "UNDOCUMENTATED: uv",
|
||||
"title": "Uv"
|
||||
},
|
||||
"uv_size": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "TODO description: uv size", "title": "Uv Size" },
|
||||
"description": "TODO description: uv size",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: uv size", "title": "Uv Size" },
|
||||
"description": "UNDOCUMENTATED: uv size",
|
||||
"title": "Uv Size"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: uv",
|
||||
"description": "UNDOCUMENTATED: uv",
|
||||
"title": "Uv"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
"type": "object",
|
||||
"title": "Particle Appearance Lighting Component For 1.10.0",
|
||||
"additionalProperties": false,
|
||||
"description": "TODO description"
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
|
||||
@@ -45,11 +45,11 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"interpolant": { "$ref": "../../../../molang/number.json", "description": "TODO description: interpolant", "title": "Interpolant" }
|
||||
"interpolant": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: interpolant", "title": "Interpolant" }
|
||||
}
|
||||
}
|
||||
],
|
||||
"description": "TODO description"
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"type": "array",
|
||||
"title": "Particle Expire If Not In Blocks Component For 1.10.0",
|
||||
"additionalProperties": false,
|
||||
"items": { "$ref": "../../../../general/block/identifier.json", "description": "TODO description", "title": "TODO Title" },
|
||||
"description": "TODO description"
|
||||
"items": { "$ref": "../../../../general/block/identifier.json", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
{ "$ref": "../../../../molang/number.json" },
|
||||
{
|
||||
"type": "array",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "TODO description", "title": "TODO Title" },
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -6,14 +6,14 @@
|
||||
"properties": {
|
||||
"per_update_expression": {
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: per update expression",
|
||||
"description": "UNDOCUMENTATED: per update expression",
|
||||
"title": "Per Update Expression"
|
||||
},
|
||||
"per_render_expression": {
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: per render expression",
|
||||
"description": "UNDOCUMENTATED: per render expression",
|
||||
"title": "Per Render Expression"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_kill_plane",
|
||||
"type": "array",
|
||||
"title": "Particle Kill Plane Component For 1.10.0",
|
||||
"items": { "minItems": 4, "maxItems": 4, "$ref": "../../../../molang/number.json", "description": "TODO description", "title": "TODO Title" },
|
||||
"description": "TODO description"
|
||||
"items": { "minItems": 4, "maxItems": 4, "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"description": "Fires when the particle expires (does not wait for particles to expire too)",
|
||||
"oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }]
|
||||
},
|
||||
"timeline": { "propertyNames": { "pattern": "[0-9]*.[0-9]*" }, "description": "TODO description: timeline", "title": "Timeline" }
|
||||
"timeline": { "propertyNames": { "pattern": "[0-9]*.[0-9]*" }, "description": "UNDOCUMENTATED: timeline", "title": "Timeline" }
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_lifetime_expression",
|
||||
"type": "object",
|
||||
"description": "TODO description:",
|
||||
"description": "UNDOCUMENTATED:",
|
||||
"title": "Particle Lifetime Expression Component For 1.10.0",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
|
||||
@@ -4,29 +4,29 @@
|
||||
"title": "Particle Motion Collision Component For 1.10.0",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"collision_drag": { "type": "number", "description": "TODO description: collision drag", "title": "Collision Drag" },
|
||||
"collision_drag": { "type": "number", "description": "UNDOCUMENTATED: collision drag", "title": "Collision Drag" },
|
||||
"coefficient_of_restitution": {
|
||||
"type": "number",
|
||||
"description": "TODO description: coefficient of restitution",
|
||||
"description": "UNDOCUMENTATED: coefficient of restitution",
|
||||
"title": "Coefficient Of Restitution"
|
||||
},
|
||||
"collision_radius": { "type": "number", "description": "TODO description: collision radius", "title": "Collision Radius" },
|
||||
"enabled": { "$ref": "../../../../molang/number.json", "description": "TODO description: enabled", "title": "Enabled" },
|
||||
"expire_on_contact": { "type": "boolean", "description": "TODO description: expire on contact", "title": "Expire On Contact" },
|
||||
"collision_radius": { "type": "number", "description": "UNDOCUMENTATED: collision radius", "title": "Collision Radius" },
|
||||
"enabled": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: enabled", "title": "Enabled" },
|
||||
"expire_on_contact": { "type": "boolean", "description": "UNDOCUMENTATED: expire on contact", "title": "Expire On Contact" },
|
||||
"events": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"properties": {
|
||||
"additionalProperties": false,
|
||||
"event": { "type": "string", "description": "TODO description: event", "title": "Event" },
|
||||
"min_speed": { "type": "number", "description": "TODO description: min speed", "title": "Min Speed" }
|
||||
"event": { "type": "string", "description": "UNDOCUMENTATED: event", "title": "Event" },
|
||||
"min_speed": { "type": "number", "description": "UNDOCUMENTATED: min speed", "title": "Min Speed" }
|
||||
},
|
||||
"description": "TODO description: events",
|
||||
"description": "UNDOCUMENTATED: events",
|
||||
"title": "Events"
|
||||
},
|
||||
"description": "TODO description: events",
|
||||
"description": "UNDOCUMENTATED: events",
|
||||
"title": "Events"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
"type": "array",
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "TODO description: relative position", "title": "Relative Position" },
|
||||
"description": "TODO description: relative position",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: relative position", "title": "Relative Position" },
|
||||
"description": "UNDOCUMENTATED: relative position",
|
||||
"title": "Relative Position"
|
||||
},
|
||||
"rotation": { "$ref": "../../../../molang/number.json", "description": "TODO description: rotation", "title": "Rotation" }
|
||||
"rotation": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: rotation", "title": "Rotation" }
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"properties": {
|
||||
"identifier": {
|
||||
"type": "string",
|
||||
"description": "TODO description: identifier",
|
||||
"description": "UNDOCUMENTATED: identifier",
|
||||
"title": "Identifier",
|
||||
"$ref": "../../../general/particle/identifier.json"
|
||||
},
|
||||
@@ -38,11 +38,11 @@
|
||||
},
|
||||
"texture": { "type": "string", "pattern": "^.+$", "description": "Minecraft texture to use for emitter", "title": "Texture" }
|
||||
},
|
||||
"description": "TODO description: basic render parameters",
|
||||
"description": "UNDOCUMENTATED: basic render parameters",
|
||||
"title": "Basic Render Parameters"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: description",
|
||||
"description": "UNDOCUMENTATED: description",
|
||||
"title": "Description"
|
||||
},
|
||||
"curves": {
|
||||
@@ -127,24 +127,24 @@
|
||||
"title": "Particle Effect",
|
||||
"description": "TODO",
|
||||
"properties": {
|
||||
"effect": { "type": "string", "description": "TODO description: effect", "title": "Effect" },
|
||||
"type": { "type": "string", "description": "TODO description: type", "title": "Type" }
|
||||
"effect": { "type": "string", "description": "UNDOCUMENTATED: effect", "title": "Effect" },
|
||||
"type": { "type": "string", "description": "UNDOCUMENTATED: type", "title": "Type" }
|
||||
}
|
||||
},
|
||||
"sound_effect": {
|
||||
"title": "Sound effect",
|
||||
"description": "TODO",
|
||||
"properties": {
|
||||
"event_name": { "type": "string", "description": "TODO description: effect", "title": "Event name" }
|
||||
"event_name": { "type": "string", "description": "UNDOCUMENTATED: effect", "title": "Event name" }
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "TODO description: events",
|
||||
"description": "UNDOCUMENTATED: events",
|
||||
"title": "Events"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: particle effect",
|
||||
"description": "UNDOCUMENTATED: particle effect",
|
||||
"title": "Particle Effect"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,17 +21,17 @@
|
||||
"properties": {
|
||||
"identifier": {
|
||||
"type": "string",
|
||||
"description": "TODO description: identifier",
|
||||
"description": "UNDOCUMENTATED: identifier",
|
||||
"title": "Identifier",
|
||||
"$ref": "../../../general/particle/identifier.json"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: description",
|
||||
"description": "UNDOCUMENTATED: description",
|
||||
"title": "Description"
|
||||
},
|
||||
"components": { "additionalProperties": false, "type": "object", "description": "TODO description: components", "title": "Components" }
|
||||
"components": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED: components", "title": "Components" }
|
||||
},
|
||||
"description": "TODO description: particle effect",
|
||||
"description": "UNDOCUMENTATED: particle effect",
|
||||
"title": "Particle Effect"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -100,12 +100,12 @@
|
||||
"b": { "$ref": "#/definitions/color", "description": "The value of blue, between 0 and 1", "title": "B" },
|
||||
"a": { "$ref": "#/definitions/color", "description": "The value of alpha, between 0 and 1", "title": "A" }
|
||||
},
|
||||
"description": "TODO description: color",
|
||||
"description": "UNDOCUMENTATED: color",
|
||||
"title": "Color"
|
||||
},
|
||||
"filter_lighting": { "type": "boolean", "description": "TODO description: filter lighting", "title": "Filter Lighting" },
|
||||
"geometry": { "type": "string", "description": "TODO description: geometry", "title": "Geometry" },
|
||||
"ignore_lighting": { "type": "boolean", "description": "TODO description: ignore lighting", "title": "Ignore Lighting" },
|
||||
"filter_lighting": { "type": "boolean", "description": "UNDOCUMENTATED: filter lighting", "title": "Filter Lighting" },
|
||||
"geometry": { "type": "string", "description": "UNDOCUMENTATED: geometry", "title": "Geometry" },
|
||||
"ignore_lighting": { "type": "boolean", "description": "UNDOCUMENTATED: ignore lighting", "title": "Ignore Lighting" },
|
||||
"is_hurt_color": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
@@ -128,11 +128,11 @@
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: materials",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
|
||||
"description": "UNDOCUMENTATED: materials",
|
||||
"title": "Materials"
|
||||
},
|
||||
"description": "TODO description: materials",
|
||||
"description": "UNDOCUMENTATED: materials",
|
||||
"title": "Materials"
|
||||
},
|
||||
"on_fire_color": {
|
||||
@@ -144,13 +144,13 @@
|
||||
"b": { "$ref": "#/definitions/color", "description": "The value of blue, must result in a float between 0 and 1", "title": "B" },
|
||||
"a": { "$ref": "#/definitions/color", "description": "The value of alpha, must result in a float between 0 and 1", "title": "A" }
|
||||
},
|
||||
"description": "TODO description: on fire color",
|
||||
"description": "UNDOCUMENTATED: on fire color",
|
||||
"title": "On Fire Color"
|
||||
},
|
||||
"overlay_color": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "TODO description: overlay color",
|
||||
"description": "UNDOCUMENTATED: overlay color",
|
||||
"title": "Overlay Color",
|
||||
"properties": {
|
||||
"r": { "$ref": "#/definitions/color", "description": "The value of red, between 0 and 1", "title": "R" },
|
||||
@@ -168,19 +168,19 @@
|
||||
"type": "object",
|
||||
"additionalProperties": { "oneOf": [{ "type": "string" }, { "type": "boolean" }, { "type": "number" }] }
|
||||
},
|
||||
"description": "TODO description: part visibility",
|
||||
"description": "UNDOCUMENTATED: part visibility",
|
||||
"title": "Part Visibility"
|
||||
},
|
||||
"rebuild_animation_matrices": {
|
||||
"type": "boolean",
|
||||
"description": "TODO description: rebuild animation matrices",
|
||||
"description": "UNDOCUMENTATED: rebuild animation matrices",
|
||||
"title": "Rebuild Animation Matrices"
|
||||
},
|
||||
"textures": {
|
||||
"type": "array",
|
||||
"minItems": 1,
|
||||
"items": { "type": "string", "description": "TODO description: textures", "title": "Textures" },
|
||||
"description": "TODO description: textures",
|
||||
"items": { "type": "string", "description": "UNDOCUMENTATED: textures", "title": "Textures" },
|
||||
"description": "UNDOCUMENTATED: textures",
|
||||
"title": "Textures"
|
||||
},
|
||||
"uv_anim": {
|
||||
@@ -192,25 +192,25 @@
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "TODO description: offset", "title": "Offset" },
|
||||
"description": "TODO description: offset",
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTATED: offset", "title": "Offset" },
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"title": "Offset"
|
||||
},
|
||||
"scale": {
|
||||
"type": "array",
|
||||
"description": "TODO description: scale",
|
||||
"description": "UNDOCUMENTATED: scale",
|
||||
"title": "Scale",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "TODO description: scale", "title": "Scale" }
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTATED: scale", "title": "Scale" }
|
||||
}
|
||||
},
|
||||
"description": "TODO description: uv anim",
|
||||
"description": "UNDOCUMENTATED: uv anim",
|
||||
"title": "Uv Anim"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "TODO description: render controllers",
|
||||
"description": "UNDOCUMENTATED: render controllers",
|
||||
"title": "Render Controllers"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
}
|
||||
},
|
||||
"color": {
|
||||
"description": "TODO description: color",
|
||||
"description": "UNDOCUMENTATED: color",
|
||||
"title": "Color",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
@@ -102,9 +102,9 @@
|
||||
"a": { "$ref": "#/definitions/color", "description": "The value of alpha, must result in a float between 0 and 1", "title": "A" }
|
||||
}
|
||||
},
|
||||
"filter_lighting": { "type": "boolean", "description": "TODO description: filter lighting", "title": "Filter Lighting" },
|
||||
"geometry": { "type": "string", "description": "TODO description: geometry", "title": "Geometry" },
|
||||
"ignore_lighting": { "type": "boolean", "description": "TODO description: ignore lighting", "title": "Ignore Lighting" },
|
||||
"filter_lighting": { "type": "boolean", "description": "UNDOCUMENTATED: filter lighting", "title": "Filter Lighting" },
|
||||
"geometry": { "type": "string", "description": "UNDOCUMENTATED: geometry", "title": "Geometry" },
|
||||
"ignore_lighting": { "type": "boolean", "description": "UNDOCUMENTATED: ignore lighting", "title": "Ignore Lighting" },
|
||||
"is_hurt_color": {
|
||||
"type": "object",
|
||||
"title": "Is Hurt Color",
|
||||
@@ -127,11 +127,11 @@
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: materials",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
|
||||
"description": "UNDOCUMENTATED: materials",
|
||||
"title": "Materials"
|
||||
},
|
||||
"description": "TODO description: materials",
|
||||
"description": "UNDOCUMENTATED: materials",
|
||||
"title": "Materials"
|
||||
},
|
||||
"on_fire_color": {
|
||||
@@ -143,7 +143,7 @@
|
||||
"b": { "$ref": "#/definitions/color", "description": "The value of blue, must result in a float between 0 and 1", "title": "B" },
|
||||
"a": { "$ref": "#/definitions/color", "description": "The value of alpha, must result in a float between 0 and 1", "title": "A" }
|
||||
},
|
||||
"description": "TODO description: on fire color",
|
||||
"description": "UNDOCUMENTATED: on fire color",
|
||||
"title": "On Fire Color"
|
||||
},
|
||||
"overlay_color": {
|
||||
@@ -172,19 +172,19 @@
|
||||
"title": "Part Visibilty"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: part visibility",
|
||||
"description": "UNDOCUMENTATED: part visibility",
|
||||
"title": "Part Visibility"
|
||||
},
|
||||
"rebuild_animation_matrices": {
|
||||
"type": "boolean",
|
||||
"description": "TODO description: rebuild animation matrices",
|
||||
"description": "UNDOCUMENTATED: rebuild animation matrices",
|
||||
"title": "Rebuild Animation Matrices"
|
||||
},
|
||||
"textures": {
|
||||
"type": "array",
|
||||
"minItems": 1,
|
||||
"items": { "type": "string", "description": "TODO description: textures", "title": "Textures" },
|
||||
"description": "TODO description: textures",
|
||||
"items": { "type": "string", "description": "UNDOCUMENTATED: textures", "title": "Textures" },
|
||||
"description": "UNDOCUMENTATED: textures",
|
||||
"title": "Textures"
|
||||
},
|
||||
"uv_anim": {
|
||||
@@ -196,25 +196,25 @@
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "TODO description: offset", "title": "Offset" },
|
||||
"description": "TODO description: offset",
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTATED: offset", "title": "Offset" },
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"title": "Offset"
|
||||
},
|
||||
"scale": {
|
||||
"type": "array",
|
||||
"description": "TODO description: scale",
|
||||
"description": "UNDOCUMENTATED: scale",
|
||||
"title": "Scale",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "TODO description: scale", "title": "Scale" }
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTATED: scale", "title": "Scale" }
|
||||
}
|
||||
},
|
||||
"description": "TODO description: uv anim",
|
||||
"description": "UNDOCUMENTATED: uv anim",
|
||||
"title": "Uv Anim"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "TODO description: render controllers",
|
||||
"description": "UNDOCUMENTATED: render controllers",
|
||||
"title": "Render Controllers"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
],
|
||||
"type": "object",
|
||||
"title": "Render Controllers",
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"allOf": [
|
||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.8.0" } } }, "then": { "$ref": "./1.8.0/render_controllers.json" } },
|
||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.10" } } }, "then": { "$ref": "./1.10.0/render_controllers.json" } },
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"type": "object",
|
||||
"additionalItems": false,
|
||||
"title": "Sound File For 1.14.0",
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"definitions": {
|
||||
"SoundPath": {
|
||||
"$id": "SoundFilepath",
|
||||
@@ -25,7 +25,7 @@
|
||||
"$id": "#/Sound/category",
|
||||
"title": "Sound Category",
|
||||
"enum": ["ambient", "block", "music", "weather", "ui", "bucket", "neutral", "player", "hostile", "record", "bottle"],
|
||||
"description": "TODO description: category"
|
||||
"description": "UNDOCUMENTATED: category"
|
||||
},
|
||||
"sounds": {
|
||||
"items": {
|
||||
@@ -34,7 +34,7 @@
|
||||
"$id": "#/Sound/sounds/stringItem",
|
||||
"type": "string",
|
||||
"$ref": "#/definitions/SoundPath",
|
||||
"description": "TODO description: Todo",
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"title": "Todo"
|
||||
},
|
||||
{
|
||||
@@ -55,22 +55,22 @@
|
||||
"$id": "#/Sound/sounds/stringItem",
|
||||
"type": "string",
|
||||
"$ref": "#/definitions/SoundPath",
|
||||
"description": "TODO description: name",
|
||||
"description": "UNDOCUMENTATED: name",
|
||||
"title": "Name"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: Todo",
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"title": "Todo"
|
||||
}
|
||||
],
|
||||
"description": "TODO description: sounds",
|
||||
"description": "UNDOCUMENTATED: sounds",
|
||||
"title": "Sounds"
|
||||
},
|
||||
"description": "TODO description: sounds",
|
||||
"description": "UNDOCUMENTATED: sounds",
|
||||
"title": "Sounds"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: additionalProperties"
|
||||
"description": "UNDOCUMENTATED: additionalProperties"
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
@@ -82,11 +82,11 @@
|
||||
"sound_definitions": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "$ref": "#/definitions/SoundSpec" },
|
||||
"description": "TODO description: sound definitions",
|
||||
"description": "UNDOCUMENTATED: sound definitions",
|
||||
"title": "Sound Definitions"
|
||||
},
|
||||
"__use_legacy_max_distance": {
|
||||
"description": "TODO description: use legacy max distance",
|
||||
"description": "UNDOCUMENTATED: use legacy max distance",
|
||||
"title": "Use Legacy Max Distance",
|
||||
"type": "string",
|
||||
"enum": ["true", "false"]
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
],
|
||||
"title": "Event Name"
|
||||
},
|
||||
"min_delay": { "type": "integer", "description": "TODO description: min delay", "title": "Min Delay" },
|
||||
"max_delay": { "type": "integer", "description": "TODO description: max delay", "title": "Max Delay" }
|
||||
"min_delay": { "type": "integer", "description": "UNDOCUMENTATED: min delay", "title": "Min Delay" },
|
||||
"max_delay": { "type": "integer", "description": "UNDOCUMENTATED: max delay", "title": "Max Delay" }
|
||||
},
|
||||
"title": "Music"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.sound_definition.json",
|
||||
"type": "object",
|
||||
"title": "Sound File, Unknown Version",
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"definitions": {
|
||||
"SoundPath": {
|
||||
"$id": "SoundFilepath",
|
||||
@@ -24,7 +24,7 @@
|
||||
"$id": "#/Sound/category",
|
||||
"title": "Sound Category",
|
||||
"enum": ["block", "music", "weather", "ui", "bucket", "neutral", "player", "hostile", "record"],
|
||||
"description": "TODO description: category"
|
||||
"description": "UNDOCUMENTATED: category"
|
||||
},
|
||||
"sounds": {
|
||||
"items": {
|
||||
@@ -33,7 +33,7 @@
|
||||
"$id": "#/Sound/sounds/stringItem",
|
||||
"type": "string",
|
||||
"$ref": "#/definitions/SoundPath",
|
||||
"description": "TODO description: Todo",
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"title": "Todo"
|
||||
},
|
||||
{
|
||||
@@ -60,22 +60,22 @@
|
||||
"$id": "#/Sound/sounds/stringItem",
|
||||
"type": "string",
|
||||
"$ref": "#/definitions/SoundPath",
|
||||
"description": "TODO description: name",
|
||||
"description": "UNDOCUMENTATED: name",
|
||||
"title": "Name"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: Todo",
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"title": "Todo"
|
||||
}
|
||||
],
|
||||
"description": "TODO description: sounds",
|
||||
"description": "UNDOCUMENTATED: sounds",
|
||||
"title": "Sounds"
|
||||
},
|
||||
"description": "TODO description: sounds",
|
||||
"description": "UNDOCUMENTATED: sounds",
|
||||
"title": "Sounds"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: additionalProperties"
|
||||
"description": "UNDOCUMENTATED: additionalProperties"
|
||||
}
|
||||
},
|
||||
"additionalProperties": { "$ref": "#/definitions/SoundSpec" },
|
||||
@@ -88,7 +88,7 @@
|
||||
"sound_definitions": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "$ref": "#/definitions/SoundSpec" },
|
||||
"description": "TODO description: sound definitions",
|
||||
"description": "UNDOCUMENTATED: sound definitions",
|
||||
"title": "Sound Definitions"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -52,9 +52,9 @@
|
||||
"textures": { "oneOf": [{ "$ref": "#/definitions/texture" }, { "type": "array", "items": { "$ref": "#/definitions/texture" } }] }
|
||||
}
|
||||
},
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"texture_name": { "type": "string", "description": "TODO description", "title": "TODO Title" }
|
||||
"texture_name": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user