Updated comments
This commit is contained in:
@@ -127,7 +127,7 @@
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/particle_effect_spec",
|
||||
"description": "UNDOCUMENTATED: particle effects",
|
||||
"description": "UNDOCUMENTED: particle effects",
|
||||
"title": "Particle Effects"
|
||||
},
|
||||
"title": "Particle Effects"
|
||||
@@ -155,7 +155,7 @@
|
||||
"examples": [[{ "some_state": "query.is_sheared" }]],
|
||||
"items": {
|
||||
"$ref": "#/definitions/animationspec",
|
||||
"description": "UNDOCUMENTATED: transitions",
|
||||
"description": "UNDOCUMENTED: transitions",
|
||||
"title": "Transitions",
|
||||
"examples": [{ "some_state": "query.is_sheared" }]
|
||||
}
|
||||
@@ -192,7 +192,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"initial_state": { "type": "string", "description": "UNDOCUMENTATED: initial state", "title": "Initial State" }
|
||||
"initial_state": { "type": "string", "description": "UNDOCUMENTED: initial state", "title": "Initial State" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -115,7 +115,7 @@
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/particle_effect_spec",
|
||||
"description": "UNDOCUMENTATED: particle effects",
|
||||
"description": "UNDOCUMENTED: particle effects",
|
||||
"title": "Particle Effects"
|
||||
},
|
||||
"title": "Particle Effects"
|
||||
@@ -175,7 +175,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"initial_state": { "type": "string", "description": "UNDOCUMENTATED: initial state", "title": "Initial State" }
|
||||
"initial_state": { "type": "string", "description": "UNDOCUMENTED: initial state", "title": "Initial State" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
"description": "The specification of animation controllers",
|
||||
"title": "Animation Controllers"
|
||||
},
|
||||
"enable_attachables": { "type": "boolean", "description": "UNDOCUMENTATED: enable attachables", "title": "Enable Attachables" },
|
||||
"enable_attachables": { "type": "boolean", "description": "UNDOCUMENTED: enable attachables", "title": "Enable Attachables" },
|
||||
"geometry": {
|
||||
"title": "Geometry",
|
||||
"type": "object",
|
||||
@@ -56,7 +56,7 @@
|
||||
},
|
||||
"identifier": {
|
||||
"type": "string",
|
||||
"description": "UNDOCUMENTATED: identifier",
|
||||
"description": "UNDOCUMENTED: identifier",
|
||||
"title": "Identifier",
|
||||
"$ref": "../../../general/item/identifier.json"
|
||||
},
|
||||
@@ -94,21 +94,21 @@
|
||||
"particle_emitters": {
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Particle Emitters" },
|
||||
"description": "UNDOCUMENTATED: particle emitters",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Particle Emitters" },
|
||||
"description": "UNDOCUMENTED: particle emitters",
|
||||
"title": "Particle Emitters"
|
||||
},
|
||||
"render_controllers": {
|
||||
"type": "array",
|
||||
"description": "UNDOCUMENTATED: render controllers",
|
||||
"description": "UNDOCUMENTED: render controllers",
|
||||
"title": "Render Controllers",
|
||||
"minItems": 1,
|
||||
"items": { "type": "string", "description": "UNDOCUMENTATED: render controllers", "title": "Render Controllers" }
|
||||
"items": { "type": "string", "description": "UNDOCUMENTED: render controllers", "title": "Render Controllers" }
|
||||
},
|
||||
"scripts": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED: scripts",
|
||||
"description": "UNDOCUMENTED: scripts",
|
||||
"title": "Scripts",
|
||||
"properties": {
|
||||
"animate": {
|
||||
@@ -117,61 +117,61 @@
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
"oneOf": [
|
||||
{ "type": "string", "description": "UNDOCUMENTATED: oneOf[0]", "title": "Animate" },
|
||||
{ "type": "string", "description": "UNDOCUMENTED: oneOf[0]", "title": "Animate" },
|
||||
{
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Animate" },
|
||||
"description": "UNDOCUMENTATED: oneOf[1]",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Animate" },
|
||||
"description": "UNDOCUMENTED: oneOf[1]",
|
||||
"title": "Animate"
|
||||
}
|
||||
],
|
||||
"description": "UNDOCUMENTATED: animate",
|
||||
"description": "UNDOCUMENTED: animate",
|
||||
"title": "Animate"
|
||||
},
|
||||
"description": "UNDOCUMENTATED: animate"
|
||||
"description": "UNDOCUMENTED: animate"
|
||||
},
|
||||
"initialize": {
|
||||
"type": "array",
|
||||
"description": "UNDOCUMENTATED: initialize",
|
||||
"description": "UNDOCUMENTED: initialize",
|
||||
"title": "Initialize",
|
||||
"items": {
|
||||
"pattern": ";$",
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "UNDOCUMENTATED: initialize",
|
||||
"description": "UNDOCUMENTED: initialize",
|
||||
"title": "Initialize"
|
||||
}
|
||||
},
|
||||
"pre_animation": {
|
||||
"type": "array",
|
||||
"description": "UNDOCUMENTATED: pre aninamtion",
|
||||
"description": "UNDOCUMENTED: pre aninamtion",
|
||||
"title": "Pre Animation",
|
||||
"items": {
|
||||
"pattern": ";$",
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "UNDOCUMENTATED: pre aninamtion",
|
||||
"description": "UNDOCUMENTED: pre aninamtion",
|
||||
"title": "Pre Animation"
|
||||
}
|
||||
},
|
||||
"parent_setup": {
|
||||
"type": "string",
|
||||
"description": "UNDOCUMENTATED: parent setup",
|
||||
"description": "UNDOCUMENTED: parent setup",
|
||||
"title": "Parent Setup",
|
||||
"$ref": "../../../molang/number.json"
|
||||
},
|
||||
"scale": { "type": "string", "description": "UNDOCUMENTATED: scale", "title": "Scale", "$ref": "../../../molang/number.json" }
|
||||
"scale": { "type": "string", "description": "UNDOCUMENTED: scale", "title": "Scale", "$ref": "../../../molang/number.json" }
|
||||
}
|
||||
},
|
||||
"sound_effects": {
|
||||
"type": "array",
|
||||
"description": "UNDOCUMENTATED: sound effects",
|
||||
"description": "UNDOCUMENTED: sound effects",
|
||||
"title": "Sound Effects",
|
||||
"minItems": 1,
|
||||
"items": { "type": "string", "description": "UNDOCUMENTATED: sound effects", "title": "Sound Effects" }
|
||||
"items": { "type": "string", "description": "UNDOCUMENTED: sound effects", "title": "Sound Effects" }
|
||||
},
|
||||
"spawn_egg": {
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED: spawn egg",
|
||||
"description": "UNDOCUMENTED: spawn egg",
|
||||
"title": "Spawn Egg",
|
||||
"dependencies": {
|
||||
"texture": ["texture_index"],
|
||||
@@ -180,20 +180,20 @@
|
||||
"overlay_color": ["base_colour"]
|
||||
},
|
||||
"properties": {
|
||||
"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" }
|
||||
"base_colour": { "type": "string", "description": "UNDOCUMENTED: base colour", "title": "Base Colour" },
|
||||
"overlay_color": { "type": "string", "description": "UNDOCUMENTED: overlay color", "title": "Overlay Color" },
|
||||
"texture": { "type": "string", "description": "UNDOCUMENTED: texture", "title": "Texture" },
|
||||
"texture_index": { "type": "integer", "description": "UNDOCUMENTED: texture index", "title": "Texture Index" }
|
||||
}
|
||||
},
|
||||
"textures": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Texture" },
|
||||
"description": "UNDOCUMENTATED: textures",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Texture" },
|
||||
"description": "UNDOCUMENTED: textures",
|
||||
"title": "Textures"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: description"
|
||||
"description": "UNDOCUMENTED: description"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"description": {
|
||||
"additionalProperties": false,
|
||||
"title": "Description",
|
||||
"description": "UNDOCUMENTATED: description",
|
||||
"description": "UNDOCUMENTED: description",
|
||||
"type": "object",
|
||||
"required": ["identifier", "geometry"],
|
||||
"properties": {
|
||||
@@ -30,31 +30,31 @@
|
||||
"title": "Animations",
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Animation" }
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Animation" }
|
||||
},
|
||||
"animation_controllers": {
|
||||
"type": "array",
|
||||
"minItems": 1,
|
||||
"description": "UNDOCUMENTATED: animation controllers",
|
||||
"description": "UNDOCUMENTED: animation controllers",
|
||||
"title": "Animation Controllers",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Animation Controller" },
|
||||
"description": "UNDOCUMENTATED: animation controllers",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Animation Controller" },
|
||||
"description": "UNDOCUMENTED: animation controllers",
|
||||
"title": "Animation Controllers"
|
||||
}
|
||||
},
|
||||
"enable_attachables": { "type": "boolean", "description": "UNDOCUMENTATED: enable attachables", "title": "Enable Attachables" },
|
||||
"enable_attachables": { "type": "boolean", "description": "UNDOCUMENTED: enable attachables", "title": "Enable Attachables" },
|
||||
"geometry": {
|
||||
"title": "Geometry",
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Geometry" },
|
||||
"description": "UNDOCUMENTATED: geometry"
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Geometry" },
|
||||
"description": "UNDOCUMENTED: geometry"
|
||||
},
|
||||
"identifier": {
|
||||
"type": "string",
|
||||
"description": "UNDOCUMENTATED: identifier",
|
||||
"description": "UNDOCUMENTED: identifier",
|
||||
"title": "Identifier",
|
||||
"$ref": "../../../general/item/identifier.json"
|
||||
},
|
||||
@@ -72,47 +72,47 @@
|
||||
},
|
||||
"materials": {
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED: materials",
|
||||
"description": "UNDOCUMENTED: materials",
|
||||
"title": "Materials",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Material" }
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Material" }
|
||||
},
|
||||
"min_engine_version": {
|
||||
"type": "string",
|
||||
"pattern": "[0-9]+\\.[0-9]+\\.[0-9]+",
|
||||
"description": "UNDOCUMENTATED: Minimum engine version",
|
||||
"description": "UNDOCUMENTED: Minimum engine version",
|
||||
"title": "Minimum Engine Version"
|
||||
},
|
||||
"particle_effects": {
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Particle Effects" },
|
||||
"description": "UNDOCUMENTATED: particle effects",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Particle Effects" },
|
||||
"description": "UNDOCUMENTED: particle effects",
|
||||
"title": "Particle Effects"
|
||||
},
|
||||
"particle_emitters": {
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Particle Emitter" },
|
||||
"description": "UNDOCUMENTATED: particle emitters",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Particle Emitter" },
|
||||
"description": "UNDOCUMENTED: particle emitters",
|
||||
"title": "Particle Emitters"
|
||||
},
|
||||
"render_controllers": {
|
||||
"type": "array",
|
||||
"description": "UNDOCUMENTATED: render controllers",
|
||||
"description": "UNDOCUMENTED: render controllers",
|
||||
"title": "Render Controllers",
|
||||
"minItems": 1,
|
||||
"items": { "type": "string", "description": "UNDOCUMENTATED: render controllers", "title": "Render Controllers" }
|
||||
"items": { "type": "string", "description": "UNDOCUMENTED: render controllers", "title": "Render Controllers" }
|
||||
},
|
||||
"sound_effects": {
|
||||
"type": "array",
|
||||
"description": "UNDOCUMENTATED: sound effects",
|
||||
"description": "UNDOCUMENTED: sound effects",
|
||||
"title": "Sound Effects",
|
||||
"minItems": 1,
|
||||
"items": { "type": "string", "description": "UNDOCUMENTATED: sound effects", "title": "Sound Effects" }
|
||||
"items": { "type": "string", "description": "UNDOCUMENTED: sound effects", "title": "Sound Effects" }
|
||||
},
|
||||
"spawn_egg": {
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED: spawn egg",
|
||||
"description": "UNDOCUMENTED: spawn egg",
|
||||
"title": "Spawn Egg",
|
||||
"dependencies": {
|
||||
"texture": ["texture_index"],
|
||||
@@ -121,15 +121,15 @@
|
||||
"overlay_color": ["base_colour"]
|
||||
},
|
||||
"properties": {
|
||||
"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" }
|
||||
"base_colour": { "type": "string", "description": "UNDOCUMENTED: base colour", "title": "Base Colour" },
|
||||
"overlay_color": { "type": "string", "description": "UNDOCUMENTED: overlay color", "title": "Overlay Color" },
|
||||
"texture": { "type": "string", "description": "UNDOCUMENTED: texture", "title": "Texture" },
|
||||
"texture_index": { "type": "integer", "description": "UNDOCUMENTED: texture index", "title": "Texture Index" }
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED: scripts",
|
||||
"description": "UNDOCUMENTED: scripts",
|
||||
"title": "Scripts",
|
||||
"properties": {
|
||||
"pre_animation": {
|
||||
@@ -137,39 +137,39 @@
|
||||
"items": {
|
||||
"pattern": ";$",
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "UNDOCUMENTATED: pre aninamtion",
|
||||
"description": "UNDOCUMENTED: pre aninamtion",
|
||||
"title": "Pre Animation"
|
||||
},
|
||||
"description": "UNDOCUMENTATED: pre aninamtion",
|
||||
"description": "UNDOCUMENTED: pre aninamtion",
|
||||
"title": "Pre Animation"
|
||||
},
|
||||
"scale": { "type": "string", "description": "UNDOCUMENTATED: scale", "title": "Scale" },
|
||||
"scale": { "type": "string", "description": "UNDOCUMENTED: scale", "title": "Scale" },
|
||||
"animate": {
|
||||
"type": "array",
|
||||
"title": "Animate",
|
||||
"items": {
|
||||
"oneOf": [
|
||||
{ "type": "string", "description": "UNDOCUMENTATED: oneOf[0]", "title": "Animate" },
|
||||
{ "type": "string", "description": "UNDOCUMENTED: oneOf[0]", "title": "Animate" },
|
||||
{
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Animate" },
|
||||
"description": "UNDOCUMENTATED: oneOf[1]",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Animate" },
|
||||
"description": "UNDOCUMENTED: oneOf[1]",
|
||||
"title": "Animate"
|
||||
}
|
||||
],
|
||||
"description": "UNDOCUMENTATED: animate",
|
||||
"description": "UNDOCUMENTED: animate",
|
||||
"title": "Animate"
|
||||
},
|
||||
"description": "UNDOCUMENTATED: animate"
|
||||
"description": "UNDOCUMENTED: animate"
|
||||
},
|
||||
"parent_setup": { "$ref": "../../../molang/number.json" }
|
||||
}
|
||||
},
|
||||
"textures": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Textures" },
|
||||
"description": "UNDOCUMENTATED: textures",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Textures" },
|
||||
"description": "UNDOCUMENTED: textures",
|
||||
"title": "Textures"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -153,7 +153,7 @@
|
||||
},
|
||||
"parent_setup": {
|
||||
"type": "string",
|
||||
"description": "UNDOCUMENTATED: parent setup",
|
||||
"description": "UNDOCUMENTED: parent setup",
|
||||
"title": "Parent Setup",
|
||||
"$ref": "../../../molang/number.json"
|
||||
},
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"enable_attachables": { "type": "boolean", "description": "UNDOCUMENTATED: enable attachables", "title": "Enable Attachables" },
|
||||
"enable_attachables": { "type": "boolean", "description": "UNDOCUMENTED: 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": "UNDOCUMENTATED: parent setup",
|
||||
"description": "UNDOCUMENTED: parent setup",
|
||||
"title": "Parent Setup",
|
||||
"$ref": "../../../molang/number.json"
|
||||
},
|
||||
|
||||
@@ -248,16 +248,16 @@
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"+defines": { "title": "Defines", "description": "UNDOCUMENTATED, Add definitions???", "$ref": "#/definitions/DefinesSpecification" },
|
||||
"+defines": { "title": "Defines", "description": "UNDOCUMENTED, Add definitions???", "$ref": "#/definitions/DefinesSpecification" },
|
||||
"vertexFields": {
|
||||
"title": "Vertex Fields",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$ref": "#/definitions/VertexFieldsSpecification"
|
||||
},
|
||||
"states": { "title": "States", "description": "UNDOCUMENTATED, start states???", "$ref": "#/definitions/StatesSpecification" },
|
||||
"+states": { "title": "States", "description": "UNDOCUMENTATED, Add additional states???", "$ref": "#/definitions/StatesSpecification" },
|
||||
"-states": { "title": "States", "description": "UNDOCUMENTATED, remove additional states???", "$ref": "#/definitions/StatesSpecification" }
|
||||
"states": { "title": "States", "description": "UNDOCUMENTED, start states???", "$ref": "#/definitions/StatesSpecification" },
|
||||
"+states": { "title": "States", "description": "UNDOCUMENTED, Add additional states???", "$ref": "#/definitions/StatesSpecification" },
|
||||
"-states": { "title": "States", "description": "UNDOCUMENTED, remove additional states???", "$ref": "#/definitions/StatesSpecification" }
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -307,11 +307,11 @@
|
||||
},
|
||||
"defines": {
|
||||
"title": "Defines",
|
||||
"description": "UNDOCUMENTATED, sets or starts definitions???",
|
||||
"description": "UNDOCUMENTED, sets or starts definitions???",
|
||||
"$ref": "#/definitions/DefinesSpecification"
|
||||
},
|
||||
"+defines": { "title": "Defines", "description": "UNDOCUMENTATED, Add definitions???", "$ref": "#/definitions/DefinesSpecification" },
|
||||
"-defines": { "title": "Defines", "description": "UNDOCUMENTATED, removes definitions???", "$ref": "#/definitions/DefinesSpecification" },
|
||||
"+defines": { "title": "Defines", "description": "UNDOCUMENTED, Add definitions???", "$ref": "#/definitions/DefinesSpecification" },
|
||||
"-defines": { "title": "Defines", "description": "UNDOCUMENTED, removes definitions???", "$ref": "#/definitions/DefinesSpecification" },
|
||||
"depthBias": {
|
||||
"type": "number",
|
||||
"title": "Depth Bias",
|
||||
@@ -347,7 +347,7 @@
|
||||
"isAnimatedTexture": {
|
||||
"type": "integer",
|
||||
"title": "Is Animated Texture",
|
||||
"description": "UNDOCUMENTATED, think its a boolean value as a number, so 1 and 0????"
|
||||
"description": "UNDOCUMENTED, think its a boolean value as a number, so 1 and 0????"
|
||||
},
|
||||
"msaaSupport": {
|
||||
"type": "string",
|
||||
@@ -365,12 +365,12 @@
|
||||
},
|
||||
"samplerStates": {
|
||||
"title": "Sampler States",
|
||||
"description": "UNDOCUMENTATED, set or start samplerStates???",
|
||||
"description": "UNDOCUMENTED, set or start samplerStates???",
|
||||
"$ref": "#/definitions/SamplerStatesSpecification"
|
||||
},
|
||||
"+samplerStates": {
|
||||
"title": "Sampler States",
|
||||
"description": "UNDOCUMENTATED, Add samplerStates???",
|
||||
"description": "UNDOCUMENTED, Add samplerStates???",
|
||||
"$ref": "#/definitions/SamplerStatesSpecification"
|
||||
},
|
||||
"slopeScaledDepthBias": {
|
||||
@@ -385,9 +385,9 @@
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"states": { "title": "States", "description": "UNDOCUMENTATED, start states???", "$ref": "#/definitions/StatesSpecification" },
|
||||
"+states": { "title": "States", "description": "UNDOCUMENTATED, Add additional states???", "$ref": "#/definitions/StatesSpecification" },
|
||||
"-states": { "title": "States", "description": "UNDOCUMENTATED, remove additional states???", "$ref": "#/definitions/StatesSpecification" },
|
||||
"states": { "title": "States", "description": "UNDOCUMENTED, start states???", "$ref": "#/definitions/StatesSpecification" },
|
||||
"+states": { "title": "States", "description": "UNDOCUMENTED, Add additional states???", "$ref": "#/definitions/StatesSpecification" },
|
||||
"-states": { "title": "States", "description": "UNDOCUMENTED, remove additional states???", "$ref": "#/definitions/StatesSpecification" },
|
||||
"stencilRef": {
|
||||
"type": "integer",
|
||||
"title": "Stencil Ref",
|
||||
@@ -412,8 +412,8 @@
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"variants": { "title": "Variants", "description": "UNDOCUMENTATED, sets the variants?", "$ref": "#/definitions/VariantSpecification" },
|
||||
"+variants": { "title": "Variants", "description": "UNDOCUMENTATED, adds variants?", "$ref": "#/definitions/VariantSpecification" },
|
||||
"variants": { "title": "Variants", "description": "UNDOCUMENTED, sets the variants?", "$ref": "#/definitions/VariantSpecification" },
|
||||
"+variants": { "title": "Variants", "description": "UNDOCUMENTED, adds variants?", "$ref": "#/definitions/VariantSpecification" },
|
||||
"vertexFields": {
|
||||
"title": "Vertex Fields",
|
||||
"description": "UNDOCUMENTED",
|
||||
|
||||
@@ -99,13 +99,13 @@
|
||||
},
|
||||
"cape": { "type": "string" },
|
||||
"debug": { "type": "boolean" },
|
||||
"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" },
|
||||
"texturewidth": { "type": "integer", "description": "UNDOCUMENTED: texturewidth", "title": "Texturewidth" },
|
||||
"textureheight": { "type": "integer", "description": "UNDOCUMENTED: textureheight", "title": "Textureheight" },
|
||||
"visible_bounds_width": { "type": "number", "description": "UNDOCUMENTED: visible bounds width", "title": "Visible Bounds Width" },
|
||||
"visible_bounds_height": { "type": "number", "description": "UNDOCUMENTED: visible bounds height", "title": "Visible Bounds Height" },
|
||||
"visible_bounds_offset": {
|
||||
"type": "array",
|
||||
"description": "UNDOCUMENTATED: visible bounds offset",
|
||||
"description": "UNDOCUMENTED: visible bounds offset",
|
||||
"title": "Visible Bounds Offset",
|
||||
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
|
||||
}
|
||||
|
||||
@@ -134,13 +134,13 @@
|
||||
},
|
||||
"cape": { "title": "Cape", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" },
|
||||
"debug": { "title": "Debug", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean" },
|
||||
"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" },
|
||||
"texturewidth": { "type": "integer", "description": "UNDOCUMENTED: texturewidth", "title": "Texturewidth" },
|
||||
"textureheight": { "type": "integer", "description": "UNDOCUMENTED: textureheight", "title": "Textureheight" },
|
||||
"visible_bounds_width": { "type": "number", "description": "UNDOCUMENTED: visible bounds width", "title": "Visible Bounds Width" },
|
||||
"visible_bounds_height": { "type": "number", "description": "UNDOCUMENTED: visible bounds height", "title": "Visible Bounds Height" },
|
||||
"visible_bounds_offset": {
|
||||
"type": "array",
|
||||
"description": "UNDOCUMENTATED: visible bounds offset",
|
||||
"description": "UNDOCUMENTED: 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": "UNDOCUMENTATED: ",
|
||||
"description": "UNDOCUMENTED: ",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"activation_expression": {
|
||||
|
||||
@@ -15,5 +15,5 @@
|
||||
"title": "Sleep Time"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: "
|
||||
"description": "UNDOCUMENTED: "
|
||||
}
|
||||
|
||||
@@ -10,5 +10,5 @@
|
||||
"title": "Active Time"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: "
|
||||
"description": "UNDOCUMENTED: "
|
||||
}
|
||||
|
||||
@@ -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": "UNDOCUMENTATED:",
|
||||
"description": "UNDOCUMENTED:",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"position": { "type": "boolean", "description": "UNDOCUMENTATED: position", "title": "Position" },
|
||||
"rotation": { "type": "boolean", "description": "UNDOCUMENTATED: rotation", "title": "Rotation" },
|
||||
"velocity": { "type": "boolean", "description": "UNDOCUMENTATED: rotation", "title": "Rotation" }
|
||||
"position": { "type": "boolean", "description": "UNDOCUMENTED: position", "title": "Position" },
|
||||
"rotation": { "type": "boolean", "description": "UNDOCUMENTED: rotation", "title": "Rotation" },
|
||||
"velocity": { "type": "boolean", "description": "UNDOCUMENTED: rotation", "title": "Rotation" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,5 +11,5 @@
|
||||
"default": 10
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: "
|
||||
"description": "UNDOCUMENTED: "
|
||||
}
|
||||
|
||||
@@ -10,5 +10,5 @@
|
||||
"title": "Maximum Particles"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: "
|
||||
"description": "UNDOCUMENTED: "
|
||||
}
|
||||
|
||||
@@ -15,5 +15,5 @@
|
||||
"title": "Spawn Rate"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: "
|
||||
"description": "UNDOCUMENTED: "
|
||||
}
|
||||
|
||||
@@ -16,10 +16,10 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"description": "UNDOCUMENTED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: radius", "title": "Radius" },
|
||||
"radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: radius", "title": "Radius" },
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"items": [
|
||||
@@ -38,10 +38,10 @@
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTATED: half dimensions",
|
||||
"description": "UNDOCUMENTED: half dimensions",
|
||||
"title": "Half Dimensions"
|
||||
},
|
||||
"surface_only": { "type": "boolean", "description": "UNDOCUMENTATED: surface only", "title": "Surface Only" }
|
||||
"surface_only": { "type": "boolean", "description": "UNDOCUMENTED: surface only", "title": "Surface Only" }
|
||||
},
|
||||
"description": "UNDOCUMENTATED: "
|
||||
"description": "UNDOCUMENTED: "
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"description": "UNDOCUMENTED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"offset": {
|
||||
@@ -26,5 +26,5 @@
|
||||
"title": "Offset"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: "
|
||||
"description": "UNDOCUMENTED: "
|
||||
}
|
||||
|
||||
@@ -16,10 +16,10 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"description": "UNDOCUMENTED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: radius", "title": "Radius" },
|
||||
"radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: radius", "title": "Radius" },
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"description": "UNDOCUMENTED",
|
||||
@@ -47,7 +47,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"surface_only": { "type": "boolean", "description": "UNDOCUMENTATED: surface only", "title": "Surface Only" }
|
||||
"surface_only": { "type": "boolean", "description": "UNDOCUMENTED: surface only", "title": "Surface Only" }
|
||||
},
|
||||
"description": "UNDOCUMENTATED: "
|
||||
"description": "UNDOCUMENTED: "
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"description": "UNDOCUMENTED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"offset": {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_shape_point",
|
||||
"type": "object",
|
||||
"title": "Emitter Shape Point Component For 1.10.0",
|
||||
"description": "UNDOCUMENTATED: ",
|
||||
"description": "UNDOCUMENTED: ",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"direction": {
|
||||
@@ -12,7 +12,7 @@
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"description": "UNDOCUMENTED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"offset": {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_shape_sphere",
|
||||
"type": "object",
|
||||
"title": "Emitter Shape Sphere Component For 1.10.0",
|
||||
"description": "UNDOCUMENTATED: ",
|
||||
"description": "UNDOCUMENTED: ",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"direction": {
|
||||
@@ -17,7 +17,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"description": "UNDOCUMENTED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"offset": {
|
||||
@@ -31,7 +31,7 @@
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Offset"
|
||||
},
|
||||
"radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: radius", "title": "Radius" },
|
||||
"surface_only": { "type": "boolean", "description": "UNDOCUMENTATED: surface only", "title": "Surface Only" }
|
||||
"radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: radius", "title": "Radius" },
|
||||
"surface_only": { "type": "boolean", "description": "UNDOCUMENTED: surface only", "title": "Surface Only" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: size", "title": "Size" },
|
||||
"description": "UNDOCUMENTATED: size",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: size", "title": "Size" },
|
||||
"description": "UNDOCUMENTED: size",
|
||||
"title": "Size"
|
||||
},
|
||||
"facing_camera_mode": {
|
||||
@@ -22,8 +22,8 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"texture_width": { "type": "integer", "description": "UNDOCUMENTATED: texture width", "title": "Texture Width" },
|
||||
"texture_height": { "type": "integer", "description": "UNDOCUMENTATED: texture height", "title": "Texture Height" },
|
||||
"texture_width": { "type": "integer", "description": "UNDOCUMENTED: texture width", "title": "Texture Width" },
|
||||
"texture_height": { "type": "integer", "description": "UNDOCUMENTED: 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": "UNDOCUMENTATED: base UV", "title": "Base U V" },
|
||||
"description": "UNDOCUMENTATED: base UV",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: base UV", "title": "Base U V" },
|
||||
"description": "UNDOCUMENTED: base UV",
|
||||
"title": "Base U V"
|
||||
},
|
||||
"size_UV": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: size UV", "title": "Size U V" },
|
||||
"description": "UNDOCUMENTATED: size UV",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: size UV", "title": "Size U V" },
|
||||
"description": "UNDOCUMENTED: size UV",
|
||||
"title": "Size U V"
|
||||
},
|
||||
"step_UV": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: step UV", "title": "Step U V" },
|
||||
"description": "UNDOCUMENTATED: step UV",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: step UV", "title": "Step U V" },
|
||||
"description": "UNDOCUMENTED: step UV",
|
||||
"title": "Step U V"
|
||||
},
|
||||
"frames_per_second": {
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "UNDOCUMENTATED: frames per second",
|
||||
"description": "UNDOCUMENTED: frames per second",
|
||||
"title": "Frames Per Second"
|
||||
},
|
||||
"max_frame": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: Maximum frame", "title": "Maximum Frame" },
|
||||
"stretch_to_lifetime": { "type": "boolean", "description": "UNDOCUMENTATED: stretch to lifetime", "title": "Stretch To Lifetime" },
|
||||
"loop": { "type": "boolean", "description": "UNDOCUMENTATED: loop", "title": "Loop" }
|
||||
"max_frame": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: Maximum frame", "title": "Maximum Frame" },
|
||||
"stretch_to_lifetime": { "type": "boolean", "description": "UNDOCUMENTED: stretch to lifetime", "title": "Stretch To Lifetime" },
|
||||
"loop": { "type": "boolean", "description": "UNDOCUMENTED: loop", "title": "Loop" }
|
||||
},
|
||||
"description": "UNDOCUMENTATED: flipbook",
|
||||
"description": "UNDOCUMENTED: flipbook",
|
||||
"title": "Flipbook"
|
||||
},
|
||||
"uv": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: uv", "title": "Uv" },
|
||||
"description": "UNDOCUMENTATED: uv",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: uv", "title": "Uv" },
|
||||
"description": "UNDOCUMENTED: uv",
|
||||
"title": "Uv"
|
||||
},
|
||||
"uv_size": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: uv size", "title": "Uv Size" },
|
||||
"description": "UNDOCUMENTATED: uv size",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: uv size", "title": "Uv Size" },
|
||||
"description": "UNDOCUMENTED: uv size",
|
||||
"title": "Uv Size"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: uv",
|
||||
"description": "UNDOCUMENTED: uv",
|
||||
"title": "Uv"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: "
|
||||
"description": "UNDOCUMENTED: "
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"interpolant": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: interpolant", "title": "Interpolant" }
|
||||
"interpolant": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: interpolant", "title": "Interpolant" }
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -6,14 +6,14 @@
|
||||
"properties": {
|
||||
"per_update_expression": {
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "UNDOCUMENTATED: per update expression",
|
||||
"description": "UNDOCUMENTED: per update expression",
|
||||
"title": "Per Update Expression"
|
||||
},
|
||||
"per_render_expression": {
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "UNDOCUMENTATED: per render expression",
|
||||
"description": "UNDOCUMENTED: per render expression",
|
||||
"title": "Per Render Expression"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: "
|
||||
"description": "UNDOCUMENTED: "
|
||||
}
|
||||
|
||||
@@ -9,13 +9,13 @@
|
||||
"description": "Fires when the particle is created",
|
||||
"oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }]
|
||||
},
|
||||
"custom_events": { "title": "Custom Events", "description": "UNDOCUMENTATED, unclear structure :(" },
|
||||
"custom_events": { "title": "Custom Events", "description": "UNDOCUMENTED, unclear structure :(" },
|
||||
"expiration_event": {
|
||||
"title": "Expiration Event",
|
||||
"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": "UNDOCUMENTATED: timeline", "title": "Timeline" }
|
||||
"timeline": { "propertyNames": { "pattern": "[0-9]*.[0-9]*" }, "description": "UNDOCUMENTED: timeline", "title": "Timeline" }
|
||||
},
|
||||
"description": "UNDOCUMENTATED: "
|
||||
"description": "UNDOCUMENTED: "
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_lifetime_expression",
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED:",
|
||||
"description": "UNDOCUMENTED:",
|
||||
"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": "UNDOCUMENTATED: collision drag", "title": "Collision Drag" },
|
||||
"collision_drag": { "type": "number", "description": "UNDOCUMENTED: collision drag", "title": "Collision Drag" },
|
||||
"coefficient_of_restitution": {
|
||||
"type": "number",
|
||||
"description": "UNDOCUMENTATED: coefficient of restitution",
|
||||
"description": "UNDOCUMENTED: coefficient of restitution",
|
||||
"title": "Coefficient Of Restitution"
|
||||
},
|
||||
"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" },
|
||||
"collision_radius": { "type": "number", "description": "UNDOCUMENTED: collision radius", "title": "Collision Radius" },
|
||||
"enabled": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: enabled", "title": "Enabled" },
|
||||
"expire_on_contact": { "type": "boolean", "description": "UNDOCUMENTED: expire on contact", "title": "Expire On Contact" },
|
||||
"events": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"properties": {
|
||||
"additionalProperties": false,
|
||||
"event": { "type": "string", "description": "UNDOCUMENTATED: event", "title": "Event" },
|
||||
"min_speed": { "type": "number", "description": "UNDOCUMENTATED: Minimum speed", "title": "Minimum Speed" }
|
||||
"event": { "type": "string", "description": "UNDOCUMENTED: event", "title": "Event" },
|
||||
"min_speed": { "type": "number", "description": "UNDOCUMENTED: Minimum speed", "title": "Minimum Speed" }
|
||||
},
|
||||
"description": "UNDOCUMENTATED: events",
|
||||
"description": "UNDOCUMENTED: events",
|
||||
"title": "Events"
|
||||
},
|
||||
"description": "UNDOCUMENTATED: events",
|
||||
"description": "UNDOCUMENTED: events",
|
||||
"title": "Events"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: "
|
||||
"description": "UNDOCUMENTED: "
|
||||
}
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
"type": "array",
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: relative position", "title": "Relative Position" },
|
||||
"description": "UNDOCUMENTATED: relative position",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: relative position", "title": "Relative Position" },
|
||||
"description": "UNDOCUMENTED: relative position",
|
||||
"title": "Relative Position"
|
||||
},
|
||||
"rotation": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: rotation", "title": "Rotation" }
|
||||
"rotation": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: rotation", "title": "Rotation" }
|
||||
},
|
||||
"description": "UNDOCUMENTATED: "
|
||||
"description": "UNDOCUMENTED: "
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"particle_effect": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTATED: particle effect",
|
||||
"description": "UNDOCUMENTED: particle effect",
|
||||
"title": "Particle Effect",
|
||||
"properties": {
|
||||
"description": {
|
||||
@@ -24,7 +24,7 @@
|
||||
"properties": {
|
||||
"identifier": {
|
||||
"type": "string",
|
||||
"description": "UNDOCUMENTATED: identifier",
|
||||
"description": "UNDOCUMENTED: identifier",
|
||||
"title": "Identifier",
|
||||
"$ref": "../../../general/particle/identifier.json"
|
||||
},
|
||||
@@ -40,11 +40,11 @@
|
||||
},
|
||||
"texture": { "type": "string", "pattern": "^.+$", "description": "Minecraft texture to use for emitter", "title": "Texture" }
|
||||
},
|
||||
"description": "UNDOCUMENTATED: basic render parameters",
|
||||
"description": "UNDOCUMENTED: basic render parameters",
|
||||
"title": "Basic Render Parameters"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: description",
|
||||
"description": "UNDOCUMENTED: description",
|
||||
"title": "Description"
|
||||
},
|
||||
"curves": {
|
||||
@@ -120,7 +120,7 @@
|
||||
},
|
||||
"events": {
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED: events",
|
||||
"description": "UNDOCUMENTED: events",
|
||||
"title": "Events",
|
||||
"additionalProperties": {
|
||||
"description": "UNDOCUMENTED",
|
||||
@@ -134,8 +134,8 @@
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"effect": { "type": "string", "description": "UNDOCUMENTATED: effect", "title": "Effect" },
|
||||
"type": { "type": "string", "description": "UNDOCUMENTATED: type", "title": "Type" }
|
||||
"effect": { "type": "string", "description": "UNDOCUMENTED: effect", "title": "Effect" },
|
||||
"type": { "type": "string", "description": "UNDOCUMENTED: type", "title": "Type" }
|
||||
}
|
||||
},
|
||||
"sound_effect": {
|
||||
@@ -143,7 +143,7 @@
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"event_name": { "type": "string", "description": "UNDOCUMENTATED: effect", "title": "Event name" }
|
||||
"event_name": { "type": "string", "description": "UNDOCUMENTED: effect", "title": "Event name" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,17 +21,17 @@
|
||||
"properties": {
|
||||
"identifier": {
|
||||
"type": "string",
|
||||
"description": "UNDOCUMENTATED: identifier",
|
||||
"description": "UNDOCUMENTED: identifier",
|
||||
"title": "Identifier",
|
||||
"$ref": "../../../general/particle/identifier.json"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: description",
|
||||
"description": "UNDOCUMENTED: description",
|
||||
"title": "Description"
|
||||
},
|
||||
"components": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED: components", "title": "Components" }
|
||||
"components": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTED: components", "title": "Components" }
|
||||
},
|
||||
"description": "UNDOCUMENTATED: particle effect",
|
||||
"description": "UNDOCUMENTED: 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": "UNDOCUMENTATED: color",
|
||||
"description": "UNDOCUMENTED: color",
|
||||
"title": "Color"
|
||||
},
|
||||
"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" },
|
||||
"filter_lighting": { "type": "boolean", "description": "UNDOCUMENTED: filter lighting", "title": "Filter Lighting" },
|
||||
"geometry": { "type": "string", "description": "UNDOCUMENTED: geometry", "title": "Geometry" },
|
||||
"ignore_lighting": { "type": "boolean", "description": "UNDOCUMENTED: ignore lighting", "title": "Ignore Lighting" },
|
||||
"is_hurt_color": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
@@ -129,10 +129,10 @@
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Material" },
|
||||
"description": "UNDOCUMENTATED: materials",
|
||||
"description": "UNDOCUMENTED: materials",
|
||||
"title": "Materials"
|
||||
},
|
||||
"description": "UNDOCUMENTATED: materials",
|
||||
"description": "UNDOCUMENTED: 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": "UNDOCUMENTATED: on fire color",
|
||||
"description": "UNDOCUMENTED: on fire color",
|
||||
"title": "On Fire Color"
|
||||
},
|
||||
"overlay_color": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED: overlay color",
|
||||
"description": "UNDOCUMENTED: 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": "UNDOCUMENTATED: part visibility",
|
||||
"description": "UNDOCUMENTED: part visibility",
|
||||
"title": "Part Visibility"
|
||||
},
|
||||
"rebuild_animation_matrices": {
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTATED: rebuild animation matrices",
|
||||
"description": "UNDOCUMENTED: rebuild animation matrices",
|
||||
"title": "Rebuild Animation Matrices"
|
||||
},
|
||||
"textures": {
|
||||
"type": "array",
|
||||
"minItems": 1,
|
||||
"items": { "type": "string", "description": "UNDOCUMENTATED: textures", "title": "Textures" },
|
||||
"description": "UNDOCUMENTATED: textures",
|
||||
"items": { "type": "string", "description": "UNDOCUMENTED: textures", "title": "Textures" },
|
||||
"description": "UNDOCUMENTED: textures",
|
||||
"title": "Textures"
|
||||
},
|
||||
"uv_anim": {
|
||||
@@ -192,25 +192,25 @@
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTATED: offset", "title": "Offset" },
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: offset", "title": "Offset" },
|
||||
"description": "UNDOCUMENTED: offset",
|
||||
"title": "Offset"
|
||||
},
|
||||
"scale": {
|
||||
"type": "array",
|
||||
"description": "UNDOCUMENTATED: scale",
|
||||
"description": "UNDOCUMENTED: scale",
|
||||
"title": "Scale",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTATED: scale", "title": "Scale" }
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: scale", "title": "Scale" }
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: uv anim",
|
||||
"description": "UNDOCUMENTED: uv anim",
|
||||
"title": "Uv Anim"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: render controllers",
|
||||
"description": "UNDOCUMENTED: render controllers",
|
||||
"title": "Render Controllers"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
}
|
||||
},
|
||||
"color": {
|
||||
"description": "UNDOCUMENTATED: color",
|
||||
"description": "UNDOCUMENTED: 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": "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" },
|
||||
"filter_lighting": { "type": "boolean", "description": "UNDOCUMENTED: filter lighting", "title": "Filter Lighting" },
|
||||
"geometry": { "type": "string", "description": "UNDOCUMENTED: geometry", "title": "Geometry" },
|
||||
"ignore_lighting": { "type": "boolean", "description": "UNDOCUMENTED: 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": "UNDOCUMENTATED: additionalProperties", "title": "Material" },
|
||||
"description": "UNDOCUMENTATED: materials",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Material" },
|
||||
"description": "UNDOCUMENTED: materials",
|
||||
"title": "Materials"
|
||||
},
|
||||
"description": "UNDOCUMENTATED: materials",
|
||||
"description": "UNDOCUMENTED: 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": "UNDOCUMENTATED: on fire color",
|
||||
"description": "UNDOCUMENTED: on fire color",
|
||||
"title": "On Fire Color"
|
||||
},
|
||||
"overlay_color": {
|
||||
@@ -172,19 +172,19 @@
|
||||
"title": "Part Visibilty"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: part visibility",
|
||||
"description": "UNDOCUMENTED: part visibility",
|
||||
"title": "Part Visibility"
|
||||
},
|
||||
"rebuild_animation_matrices": {
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTATED: rebuild animation matrices",
|
||||
"description": "UNDOCUMENTED: rebuild animation matrices",
|
||||
"title": "Rebuild Animation Matrices"
|
||||
},
|
||||
"textures": {
|
||||
"type": "array",
|
||||
"minItems": 1,
|
||||
"items": { "type": "string", "description": "UNDOCUMENTATED: textures", "title": "Textures" },
|
||||
"description": "UNDOCUMENTATED: textures",
|
||||
"items": { "type": "string", "description": "UNDOCUMENTED: textures", "title": "Textures" },
|
||||
"description": "UNDOCUMENTED: textures",
|
||||
"title": "Textures"
|
||||
},
|
||||
"uv_anim": {
|
||||
@@ -196,25 +196,25 @@
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTATED: offset", "title": "Offset" },
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: offset", "title": "Offset" },
|
||||
"description": "UNDOCUMENTED: offset",
|
||||
"title": "Offset"
|
||||
},
|
||||
"scale": {
|
||||
"type": "array",
|
||||
"description": "UNDOCUMENTATED: scale",
|
||||
"description": "UNDOCUMENTED: scale",
|
||||
"title": "Scale",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTATED: scale", "title": "Scale" }
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: scale", "title": "Scale" }
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: uv anim",
|
||||
"description": "UNDOCUMENTED: uv anim",
|
||||
"title": "Uv Anim"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: render controllers",
|
||||
"description": "UNDOCUMENTED: render controllers",
|
||||
"title": "Render Controllers"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"$id": "#/Sound/category",
|
||||
"title": "Sound Category",
|
||||
"enum": ["ambient", "block", "music", "weather", "ui", "bucket", "neutral", "player", "hostile", "record", "bottle"],
|
||||
"description": "UNDOCUMENTATED: category"
|
||||
"description": "UNDOCUMENTED: category"
|
||||
},
|
||||
"sounds": {
|
||||
"items": {
|
||||
@@ -57,7 +57,7 @@
|
||||
"$id": "#/Sound/sounds/stringItem",
|
||||
"type": "string",
|
||||
"$ref": "#/definitions/SoundPath",
|
||||
"description": "UNDOCUMENTATED: name",
|
||||
"description": "UNDOCUMENTED: name",
|
||||
"title": "Name"
|
||||
}
|
||||
},
|
||||
@@ -66,10 +66,10 @@
|
||||
"title": "Sounds"
|
||||
}
|
||||
],
|
||||
"description": "UNDOCUMENTATED: sounds",
|
||||
"description": "UNDOCUMENTED: sounds",
|
||||
"title": "Sounds"
|
||||
},
|
||||
"description": "UNDOCUMENTATED: sounds",
|
||||
"description": "UNDOCUMENTED: sounds",
|
||||
"title": "Sounds"
|
||||
}
|
||||
}
|
||||
@@ -84,11 +84,11 @@
|
||||
"sound_definitions": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "$ref": "#/definitions/SoundSpec" },
|
||||
"description": "UNDOCUMENTATED: sound definitions",
|
||||
"description": "UNDOCUMENTED: sound definitions",
|
||||
"title": "Sound Definitions"
|
||||
},
|
||||
"__use_legacy_max_distance": {
|
||||
"description": "UNDOCUMENTATED: use legacy Maximum distance",
|
||||
"description": "UNDOCUMENTED: use legacy Maximum distance",
|
||||
"title": "Use Legacy Maximum Distance",
|
||||
"type": "string",
|
||||
"enum": ["true", "false"]
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
],
|
||||
"title": "Event Name"
|
||||
},
|
||||
"min_delay": { "type": "integer", "description": "UNDOCUMENTATED: Minimum delay", "title": "Minimum Delay" },
|
||||
"max_delay": { "type": "integer", "description": "UNDOCUMENTATED: Maximum delay", "title": "Maximum Delay" }
|
||||
"min_delay": { "type": "integer", "description": "UNDOCUMENTED: Minimum delay", "title": "Minimum Delay" },
|
||||
"max_delay": { "type": "integer", "description": "UNDOCUMENTED: Maximum delay", "title": "Maximum Delay" }
|
||||
},
|
||||
"title": "Music"
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"$id": "#/Sound/category",
|
||||
"title": "Sound Category",
|
||||
"enum": ["block", "music", "weather", "ui", "bucket", "neutral", "player", "hostile", "record"],
|
||||
"description": "UNDOCUMENTATED: category"
|
||||
"description": "UNDOCUMENTED: category"
|
||||
},
|
||||
"sounds": {
|
||||
"items": {
|
||||
@@ -62,7 +62,7 @@
|
||||
"$id": "#/Sound/sounds/stringItem",
|
||||
"type": "string",
|
||||
"$ref": "#/definitions/SoundPath",
|
||||
"description": "UNDOCUMENTATED: name",
|
||||
"description": "UNDOCUMENTED: name",
|
||||
"title": "Name"
|
||||
}
|
||||
},
|
||||
@@ -71,10 +71,10 @@
|
||||
"title": "Sounds"
|
||||
}
|
||||
],
|
||||
"description": "UNDOCUMENTATED: sounds",
|
||||
"description": "UNDOCUMENTED: sounds",
|
||||
"title": "Sounds"
|
||||
},
|
||||
"description": "UNDOCUMENTATED: sounds",
|
||||
"description": "UNDOCUMENTED: sounds",
|
||||
"title": "Sounds"
|
||||
}
|
||||
}
|
||||
@@ -90,7 +90,7 @@
|
||||
"sound_definitions": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "$ref": "#/definitions/SoundSpec" },
|
||||
"description": "UNDOCUMENTATED: sound definitions",
|
||||
"description": "UNDOCUMENTED: sound definitions",
|
||||
"title": "Sound Definitions"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user