Updated
This commit is contained in:
@@ -33,13 +33,13 @@
|
||||
"type": "array",
|
||||
"additionalProperties": {
|
||||
"type": "object",
|
||||
"description": "A collection of animation controller references",
|
||||
"title": "Animation Controller",
|
||||
"additionalProperties": {
|
||||
"type": "string",
|
||||
"description": "A single Animation controller reference",
|
||||
"title": "Animation Controller Reference"
|
||||
},
|
||||
"description": "A collection of animation controller references",
|
||||
"title": "TODO"
|
||||
}
|
||||
},
|
||||
"description": "The specification of animation controllers",
|
||||
"title": "Animation Controllers"
|
||||
@@ -63,7 +63,7 @@
|
||||
"type": "object",
|
||||
"title": "Item",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": { "type": "string", "title": "TODO", "description": "UNDOCUMENTATED" }
|
||||
"additionalProperties": { "type": "string", "title": "Item", "description": "UNDOCUMENTATED" }
|
||||
},
|
||||
"materials": {
|
||||
"type": "object",
|
||||
@@ -87,7 +87,7 @@
|
||||
"particle_emitters": {
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Particle Emitters" },
|
||||
"description": "UNDOCUMENTATED: particle emitters",
|
||||
"title": "Particle Emitters"
|
||||
},
|
||||
@@ -106,17 +106,17 @@
|
||||
"properties": {
|
||||
"animate": {
|
||||
"type": "array",
|
||||
"title": "Animate Schema",
|
||||
"title": "Animate",
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
"oneOf": [
|
||||
{ "type": "string", "description": "UNDOCUMENTATED: oneOf[0]", "title": "TODO Title" },
|
||||
{ "type": "string", "description": "UNDOCUMENTATED: oneOf[0]", "title": "Animate" },
|
||||
{
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Animate" },
|
||||
"description": "UNDOCUMENTATED: oneOf[1]",
|
||||
"title": "TODO Title"
|
||||
"title": "Animate"
|
||||
}
|
||||
],
|
||||
"description": "UNDOCUMENTATED: animate",
|
||||
@@ -181,7 +181,7 @@
|
||||
},
|
||||
"textures": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Texture" },
|
||||
"description": "UNDOCUMENTATED: textures",
|
||||
"title": "Textures"
|
||||
}
|
||||
|
||||
@@ -26,10 +26,10 @@
|
||||
"properties": {
|
||||
"animations": {
|
||||
"description": "The connecting of animations in animations controllers with the actuall animations, names should corosponds",
|
||||
"title": "Animations Schema",
|
||||
"title": "Animations",
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" }
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Animation" }
|
||||
},
|
||||
"animation_controllers": {
|
||||
"type": "array",
|
||||
@@ -38,7 +38,7 @@
|
||||
"title": "Animation Controllers",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Animation Controller" },
|
||||
"description": "UNDOCUMENTATED: animation controllers",
|
||||
"title": "Animation Controllers"
|
||||
}
|
||||
@@ -48,7 +48,7 @@
|
||||
"title": "Geometry",
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Geometry" },
|
||||
"description": "UNDOCUMENTATED: geometry"
|
||||
},
|
||||
"identifier": {
|
||||
@@ -61,13 +61,13 @@
|
||||
"type": "object",
|
||||
"title": "Item",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": { "type": "string", "title": "TODO", "description": "UNDOCUMENTATED" }
|
||||
"additionalProperties": { "type": "string", "title": "Item", "description": "UNDOCUMENTATED" }
|
||||
},
|
||||
"materials": {
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED: materials",
|
||||
"title": "Materials",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" }
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Material" }
|
||||
},
|
||||
"min_engine_version": {
|
||||
"type": "string",
|
||||
@@ -78,14 +78,14 @@
|
||||
"particle_effects": {
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Particle Effects" },
|
||||
"description": "UNDOCUMENTATED: particle effects",
|
||||
"title": "Particle Effects"
|
||||
},
|
||||
"particle_emitters": {
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Particle Emitter" },
|
||||
"description": "UNDOCUMENTATED: particle emitters",
|
||||
"title": "Particle Emitters"
|
||||
},
|
||||
@@ -122,6 +122,8 @@
|
||||
},
|
||||
"scripts": {
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED: scripts",
|
||||
"title": "Scripts",
|
||||
"properties": {
|
||||
"pre_animation": {
|
||||
"type": "array",
|
||||
@@ -137,16 +139,16 @@
|
||||
"scale": { "type": "string", "description": "UNDOCUMENTATED: scale", "title": "Scale" },
|
||||
"animate": {
|
||||
"type": "array",
|
||||
"title": "Animate Schema",
|
||||
"title": "Animate",
|
||||
"items": {
|
||||
"oneOf": [
|
||||
{ "type": "string", "description": "UNDOCUMENTATED: oneOf[0]", "title": "TODO Title" },
|
||||
{ "type": "string", "description": "UNDOCUMENTATED: oneOf[0]", "title": "Animate" },
|
||||
{
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Animate" },
|
||||
"description": "UNDOCUMENTATED: oneOf[1]",
|
||||
"title": "TODO Title"
|
||||
"title": "Animate"
|
||||
}
|
||||
],
|
||||
"description": "UNDOCUMENTATED: animate",
|
||||
@@ -155,13 +157,11 @@
|
||||
"description": "UNDOCUMENTATED: animate"
|
||||
},
|
||||
"parent_setup": { "$ref": "../../../molang/number.json" }
|
||||
},
|
||||
"description": "UNDOCUMENTATED: scripts",
|
||||
"title": "Scripts"
|
||||
}
|
||||
},
|
||||
"textures": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Textures" },
|
||||
"description": "UNDOCUMENTATED: textures",
|
||||
"title": "Textures"
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
"type": "array",
|
||||
"items": [{ "type": "integer" }, { "type": "integer" }, { "type": "integer" }],
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
"title": "Format Version"
|
||||
}
|
||||
},
|
||||
"additionalProperties": {
|
||||
|
||||
@@ -191,11 +191,11 @@
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"+defines": { "title": "Defines", "description": "TODO, Add definitions???", "$ref": "#/definitions/DefinesSpecification" },
|
||||
"+defines": { "title": "Defines", "description": "UNDOCUMENTATED, Add definitions???", "$ref": "#/definitions/DefinesSpecification" },
|
||||
"vertexFields": { "title": "Vertex Fields", "description": "UNDOCUMENTATED", "$ref": "#/definitions/VertexFieldsSpecification" },
|
||||
"states": { "title": "States", "description": "TODO, start states???", "$ref": "#/definitions/StatesSpecification" },
|
||||
"+states": { "title": "States", "description": "TODO, Add additional states???", "$ref": "#/definitions/StatesSpecification" },
|
||||
"-states": { "title": "States", "description": "TODO, remove additional states???", "$ref": "#/definitions/StatesSpecification" }
|
||||
"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" }
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -225,9 +225,13 @@
|
||||
"description": "UNDOCUMENTATED",
|
||||
"enum": ["DestColor", "One", "OneMinusDestColor", "SourceAlpha", "SourceColor"]
|
||||
},
|
||||
"defines": { "title": "Defines", "description": "TODO, sets or starts definitions???", "$ref": "#/definitions/DefinesSpecification" },
|
||||
"+defines": { "title": "Defines", "description": "TODO, Add definitions???", "$ref": "#/definitions/DefinesSpecification" },
|
||||
"-defines": { "title": "Defines", "description": "TODO, removes definitions???", "$ref": "#/definitions/DefinesSpecification" },
|
||||
"defines": {
|
||||
"title": "Defines",
|
||||
"description": "UNDOCUMENTATED, 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" },
|
||||
"depthBias": { "type": "number", "title": "Depth Bias", "description": "UNDOCUMENTATED" },
|
||||
"depthBiasOGL": { "type": "number", "title": "Depth Bias OGL", "description": "UNDOCUMENTATED" },
|
||||
"depthFunc": { "type": "string", "title": "Depth Function", "description": "UNDOCUMENTATED", "enum": ["LessEqual", "Always", "Equal"] },
|
||||
@@ -236,31 +240,31 @@
|
||||
"isAnimatedTexture": {
|
||||
"type": "integer",
|
||||
"title": "Is Animated Texture",
|
||||
"description": "TODO, think its a boolean value as a number, so 1 and 0????"
|
||||
"description": "UNDOCUMENTATED, think its a boolean value as a number, so 1 and 0????"
|
||||
},
|
||||
"msaaSupport": { "type": "string", "title": "MSAA Support", "description": "UNDOCUMENTATED", "enum": ["Both", "MSAA"] },
|
||||
"primitiveMode": { "type": "string", "title": "Primitive Mode", "description": "UNDOCUMENTATED", "enum": ["Line"] },
|
||||
"samplerStates": {
|
||||
"title": "Sampler States",
|
||||
"description": "TODO, set or start samplerStates???",
|
||||
"description": "UNDOCUMENTATED, set or start samplerStates???",
|
||||
"$ref": "#/definitions/SamplerStatesSpecification"
|
||||
},
|
||||
"+samplerStates": {
|
||||
"title": "Sampler States",
|
||||
"description": "TODO, Add samplerStates???",
|
||||
"description": "UNDOCUMENTATED, Add samplerStates???",
|
||||
"$ref": "#/definitions/SamplerStatesSpecification"
|
||||
},
|
||||
"slopeScaledDepthBias": { "type": "number", "title": "Slope Scaled Depth Bias", "description": "UNDOCUMENTATED" },
|
||||
"slopeScaledDepthBiasOGL": { "type": "number", "title": "Slope Scaled Depth Bias OGL", "description": "UNDOCUMENTATED" },
|
||||
"states": { "title": "States", "description": "TODO, start states???", "$ref": "#/definitions/StatesSpecification" },
|
||||
"+states": { "title": "States", "description": "TODO, Add additional states???", "$ref": "#/definitions/StatesSpecification" },
|
||||
"-states": { "title": "States", "description": "TODO, remove additional states???", "$ref": "#/definitions/StatesSpecification" },
|
||||
"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" },
|
||||
"stencilRef": { "type": "integer", "title": "Stencil Ref", "description": "UNDOCUMENTATED" },
|
||||
"stencilRefOverride": { "type": "integer", "title": "Stencil Ref Override", "description": "UNDOCUMENTATED" },
|
||||
"stencilReadMask": { "type": "integer", "title": "Stencil Read Mask", "description": "UNDOCUMENTATED" },
|
||||
"stencilWriteMask": { "type": "integer", "title": "Stencil Write Mask", "description": "UNDOCUMENTATED" },
|
||||
"variants": { "title": "Variants", "description": "TODO, sets the variants?", "$ref": "#/definitions/VariantSpecification" },
|
||||
"+variants": { "title": "Variants", "description": "TODO, adds variants?", "$ref": "#/definitions/VariantSpecification" },
|
||||
"variants": { "title": "Variants", "description": "UNDOCUMENTATED, sets the variants?", "$ref": "#/definitions/VariantSpecification" },
|
||||
"+variants": { "title": "Variants", "description": "UNDOCUMENTATED, adds variants?", "$ref": "#/definitions/VariantSpecification" },
|
||||
"vertexFields": { "title": "Vertex Fields", "description": "UNDOCUMENTATED", "$ref": "#/definitions/VertexFieldsSpecification" },
|
||||
"vertexShader": { "type": "string", "title": "Vertex Shader", "description": "UNDOCUMENTATED", "pattern": "^shaders/.*\\.vertex$" },
|
||||
"vrGeometryShader": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"description": "UNDOCUMENTATED",
|
||||
"required": ["format_version"],
|
||||
"properties": {
|
||||
"debug": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"debug": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Debug" },
|
||||
"format_version": {
|
||||
"title": "1.10.0 Format Version",
|
||||
"type": "string",
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"debug": { "type": "boolean", "default": false, "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"debug": { "type": "boolean", "default": false, "description": "UNDOCUMENTATED", "title": "Debug" },
|
||||
"format_version": {
|
||||
"title": "1.12.0 Format Version",
|
||||
"type": "string",
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"debug": { "type": "boolean", "default": false, "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"debug": { "type": "boolean", "default": false, "description": "UNDOCUMENTATED", "title": "Debug" },
|
||||
"format_version": {
|
||||
"title": "1.14.0 Format Version",
|
||||
"type": "string",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"description": "UNDOCUMENTATED",
|
||||
"required": ["format_version"],
|
||||
"properties": {
|
||||
"debug": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"debug": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Debug" },
|
||||
"format_version": {
|
||||
"title": "1.8.0 Format Version",
|
||||
"type": "string",
|
||||
|
||||
@@ -5,36 +5,38 @@
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"direction": {
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction",
|
||||
"default": "outwards",
|
||||
"anyOf": [
|
||||
{ "type": "string", "enum": ["inwards", "outwards"] },
|
||||
{ "type": "array", "minItems": 3, "maxItems": 3, "items": { "$ref": "../../../../molang/number.json" } }
|
||||
]
|
||||
{
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "title": "Z" }
|
||||
]
|
||||
}
|
||||
],
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: radius", "title": "Radius" },
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"title": "Offset"
|
||||
},
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
"title": "Offset"
|
||||
},
|
||||
"half_dimensions": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "UNDOCUMENTATED: half dimensions",
|
||||
"title": "Half Dimensions"
|
||||
},
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTATED: half dimensions",
|
||||
"title": "Half Dimensions"
|
||||
},
|
||||
|
||||
@@ -6,26 +6,22 @@
|
||||
"properties": {
|
||||
"direction": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"title": "Offset"
|
||||
},
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Offset"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -7,7 +7,14 @@
|
||||
"direction": {
|
||||
"anyOf": [
|
||||
{ "type": "string", "enum": ["inwards", "outwards"] },
|
||||
{ "type": "array", "minItems": 3, "maxItems": 3, "items": { "$ref": "../../../../molang/number.json" } }
|
||||
{
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "title": "Z" }
|
||||
]
|
||||
}
|
||||
],
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
@@ -15,15 +22,13 @@
|
||||
"radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: radius", "title": "Radius" },
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"title": "Offset"
|
||||
},
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
"title": "Offset",
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
]
|
||||
},
|
||||
"plane_normal": {
|
||||
"title": "Plane Normal",
|
||||
@@ -34,9 +39,9 @@
|
||||
{
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json" },
|
||||
{ "$ref": "../../../../molang/number.json" },
|
||||
{ "$ref": "../../../../molang/number.json" }
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -2,39 +2,28 @@
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_shape_entity_aabb",
|
||||
"type": "object",
|
||||
"title": "Emitter Shape Entity Aabb Component For 1.10.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"direction": {
|
||||
"anyOf": [
|
||||
{ "type": "string", "enum": ["inwards", "outwards"], "description": "UNDOCUMENTATED", "title": "Todo" },
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Todo"
|
||||
},
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Todo"
|
||||
}
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"title": "Offset"
|
||||
},
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
"title": "Offset"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,32 +2,28 @@
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_shape_point",
|
||||
"type": "object",
|
||||
"title": "Emitter Shape Point Component For 1.10.0",
|
||||
"description": "UNDOCUMENTATED: ",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"direction": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"title": "Offset"
|
||||
},
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
"title": "Offset"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,22 +2,19 @@
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_shape_sphere",
|
||||
"type": "object",
|
||||
"title": "Emitter Shape Sphere Component For 1.10.0",
|
||||
"description": "UNDOCUMENTATED: ",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"direction": {
|
||||
"anyOf": [
|
||||
{ "type": "string", "enum": ["inwards", "outwards"], "description": "UNDOCUMENTATED", "title": "Todo" },
|
||||
{ "type": "string", "enum": ["inwards", "outwards"] },
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Todo"
|
||||
},
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Todo"
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
]
|
||||
}
|
||||
],
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
@@ -25,18 +22,15 @@
|
||||
},
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"title": "Offset"
|
||||
},
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
"title": "Offset"
|
||||
},
|
||||
"radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: radius", "title": "Radius" },
|
||||
"surface_only": { "type": "boolean", "description": "UNDOCUMENTATED: surface only", "title": "Surface Only" }
|
||||
},
|
||||
"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": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"items": { "$ref": "../../../../general/block/identifier.json", "description": "UNDOCUMENTATED", "title": "Block" },
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
{
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "TODO Title" }
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
"particle_effect": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTATED: particle effect",
|
||||
"title": "Particle Effect",
|
||||
"properties": {
|
||||
"description": {
|
||||
"additionalProperties": false,
|
||||
@@ -117,9 +119,11 @@
|
||||
},
|
||||
"events": {
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED: events",
|
||||
"title": "Events",
|
||||
"additionalProperties": {
|
||||
"description": "Event",
|
||||
"title": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Event",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
@@ -139,13 +143,9 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: events",
|
||||
"title": "Events"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: particle effect",
|
||||
"title": "Particle Effect"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user