UNDOCUMENTATED description
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
"description": "Override calculated value (set as the last keyframe time) and set animation length in seconds.",
|
||||
"type": "number"
|
||||
},
|
||||
"blend_weight": { "title": "Blend Weight", "description": "TODO", "$ref": "../../../molang/number.json" },
|
||||
"blend_weight": { "title": "Blend Weight", "description": "UNDOCUMENTATED", "$ref": "../../../molang/number.json" },
|
||||
"bones": {
|
||||
"title": "Bones",
|
||||
"description": "Defines how the bones in an animation move or transform",
|
||||
@@ -160,9 +160,9 @@
|
||||
"description": "A single point in time",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "TODO", "enum": ["linear", "catmullrom"] },
|
||||
"pre": { "title": "Pre", "description": "TODO", "$ref": "#/definitions/PositionV3" },
|
||||
"post": { "title": "Pre", "description": "TODO", "$ref": "#/definitions/PositionV3" }
|
||||
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "UNDOCUMENTATED", "enum": ["linear", "catmullrom"] },
|
||||
"pre": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/PositionV3" },
|
||||
"post": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/PositionV3" }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -182,9 +182,9 @@
|
||||
"description": "A single point in time",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "TODO", "enum": ["linear", "catmullrom"] },
|
||||
"pre": { "title": "Pre", "description": "TODO", "$ref": "#/definitions/RotationV3" },
|
||||
"post": { "title": "Pre", "description": "TODO", "$ref": "#/definitions/RotationV3" }
|
||||
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "UNDOCUMENTATED", "enum": ["linear", "catmullrom"] },
|
||||
"pre": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/RotationV3" },
|
||||
"post": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/RotationV3" }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -203,7 +203,7 @@
|
||||
},
|
||||
"scale": {
|
||||
"title": "Scale",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [
|
||||
{ "$ref": "../../../molang/number.json" },
|
||||
{ "$ref": "#/definitions/ScaleV3" },
|
||||
@@ -215,9 +215,9 @@
|
||||
"description": "A single point in time",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "TODO", "enum": ["linear", "catmullrom"] },
|
||||
"pre": { "title": "Pre", "description": "TODO", "$ref": "#/definitions/ScaleV3" },
|
||||
"post": { "title": "Pre", "description": "TODO", "$ref": "#/definitions/ScaleV3" }
|
||||
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "UNDOCUMENTATED", "enum": ["linear", "catmullrom"] },
|
||||
"pre": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/ScaleV3" },
|
||||
"post": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/ScaleV3" }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -243,7 +243,7 @@
|
||||
},
|
||||
"particle_effects": {
|
||||
"title": "Particle Effects",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0"] },
|
||||
"additionalProperties": {
|
||||
@@ -262,7 +262,7 @@
|
||||
},
|
||||
"sound_effects": {
|
||||
"title": "Sound Effect",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$" },
|
||||
"additionalProperties": {
|
||||
|
||||
@@ -134,7 +134,7 @@
|
||||
"description": "Override calculated value (set as the last keyframe time) and set animation length in seconds.",
|
||||
"type": "number"
|
||||
},
|
||||
"blend_weight": { "title": "Blend Weight", "description": "TODO", "$ref": "../../../molang/number.json" },
|
||||
"blend_weight": { "title": "Blend Weight", "description": "UNDOCUMENTATED", "$ref": "../../../molang/number.json" },
|
||||
"bones": {
|
||||
"title": "Bones",
|
||||
"minProperties": 1,
|
||||
@@ -160,9 +160,9 @@
|
||||
"description": "A single point in time",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "TODO", "enum": ["linear", "catmullrom"] },
|
||||
"pre": { "title": "Pre", "description": "TODO", "$ref": "#/definitions/PositionV3" },
|
||||
"post": { "title": "Pre", "description": "TODO", "$ref": "#/definitions/PositionV3" }
|
||||
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "UNDOCUMENTATED", "enum": ["linear", "catmullrom"] },
|
||||
"pre": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/PositionV3" },
|
||||
"post": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/PositionV3" }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -182,9 +182,9 @@
|
||||
"description": "A single point in time",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "TODO", "enum": ["linear", "catmullrom"] },
|
||||
"pre": { "title": "Pre", "description": "TODO", "$ref": "#/definitions/RotationV3" },
|
||||
"post": { "title": "Pre", "description": "TODO", "$ref": "#/definitions/RotationV3" }
|
||||
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "UNDOCUMENTATED", "enum": ["linear", "catmullrom"] },
|
||||
"pre": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/RotationV3" },
|
||||
"post": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/RotationV3" }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -203,7 +203,7 @@
|
||||
},
|
||||
"scale": {
|
||||
"title": "Scale",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [
|
||||
{ "$ref": "../../../molang/number.json" },
|
||||
{ "$ref": "#/definitions/ScaleV3" },
|
||||
@@ -215,9 +215,9 @@
|
||||
"description": "A single point in time",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "TODO", "enum": ["linear", "catmullrom"] },
|
||||
"pre": { "title": "Pre", "description": "TODO", "$ref": "#/definitions/ScaleV3" },
|
||||
"post": { "title": "Pre", "description": "TODO", "$ref": "#/definitions/ScaleV3" }
|
||||
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "UNDOCUMENTATED", "enum": ["linear", "catmullrom"] },
|
||||
"pre": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/ScaleV3" },
|
||||
"post": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/ScaleV3" }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -243,7 +243,7 @@
|
||||
},
|
||||
"particle_effects": {
|
||||
"title": "Particle Effects",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0"] },
|
||||
"additionalProperties": {
|
||||
@@ -262,7 +262,7 @@
|
||||
},
|
||||
"sound_effects": {
|
||||
"title": "Sound Effect",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$" },
|
||||
"additionalProperties": {
|
||||
|
||||
@@ -62,8 +62,8 @@
|
||||
"item": {
|
||||
"type": "object",
|
||||
"title": "Item",
|
||||
"description": "TODO",
|
||||
"additionalProperties": { "type": "string", "title": "TODO", "description": "TODO" }
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": { "type": "string", "title": "TODO", "description": "UNDOCUMENTATED" }
|
||||
},
|
||||
"materials": {
|
||||
"type": "object",
|
||||
|
||||
@@ -60,8 +60,8 @@
|
||||
"item": {
|
||||
"type": "object",
|
||||
"title": "Item",
|
||||
"description": "TODO",
|
||||
"additionalProperties": { "type": "string", "title": "TODO", "description": "TODO" }
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": { "type": "string", "title": "TODO", "description": "UNDOCUMENTATED" }
|
||||
},
|
||||
"materials": {
|
||||
"type": "object",
|
||||
|
||||
@@ -38,8 +38,8 @@
|
||||
"description": "Block texture definition",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"brightness_gamma": { "type": "number", "title": "Brightness Gamma", "description": "TODO" },
|
||||
"carried_textures": { "$ref": "#/definitions/texture", "title": "Carried Textures", "description": "TODO" },
|
||||
"brightness_gamma": { "type": "number", "title": "Brightness Gamma", "description": "UNDOCUMENTATED" },
|
||||
"carried_textures": { "$ref": "#/definitions/texture", "title": "Carried Textures", "description": "UNDOCUMENTATED" },
|
||||
"isotropic": {
|
||||
"title": "Isotropic",
|
||||
"description": "Marks if this block is isotropic or not, or which side are",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"title": "Fog",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"definitions": {
|
||||
"colorHexOrArray": {
|
||||
"examples": ["#056bd1"],
|
||||
|
||||
@@ -2,17 +2,17 @@
|
||||
"$id": "blockception.minecraft.materials",
|
||||
"type": "object",
|
||||
"title": "Material",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": false,
|
||||
"definitions": {
|
||||
"DefinesSpecification": {
|
||||
"type": "array",
|
||||
"title": "Defines",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"title": "Definition",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"enum": [
|
||||
"ALLOW_FADE",
|
||||
"ALPHA_TEST",
|
||||
@@ -94,11 +94,11 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"FailOperation": { "type": "string", "title": "Fail Operation", "description": "TODO", "enum": ["Keep", "Replace"] },
|
||||
"FailOperation": { "type": "string", "title": "Fail Operation", "description": "UNDOCUMENTATED", "enum": ["Keep", "Replace"] },
|
||||
"FaceSpecification": {
|
||||
"type": "object",
|
||||
"title": "Face",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"stencilDepthFailOp": {
|
||||
@@ -126,11 +126,11 @@
|
||||
"StatesSpecification": {
|
||||
"type": "array",
|
||||
"title": "States",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"title": "State",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"enum": [
|
||||
"Blending",
|
||||
"DisableAlphaWrite",
|
||||
@@ -148,51 +148,51 @@
|
||||
"SamplerStatesSpecification": {
|
||||
"type": "array",
|
||||
"title": "Sampler States",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"title": "Sample State",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"samplerIndex": { "type": "integer", "title": "Sample State", "description": "TODO" },
|
||||
"textureFilter": { "type": "string", "title": "Texture Filter", "description": "TODO", "enum": ["Point", "Bilinear", "TexelAA"] },
|
||||
"textureWrap": { "type": "string", "title": "Texture Wrap", "description": "TODO", "enum": ["Repeat", "Clamp"] }
|
||||
"samplerIndex": { "type": "integer", "title": "Sample State", "description": "UNDOCUMENTATED" },
|
||||
"textureFilter": { "type": "string", "title": "Texture Filter", "description": "UNDOCUMENTATED", "enum": ["Point", "Bilinear", "TexelAA"] },
|
||||
"textureWrap": { "type": "string", "title": "Texture Wrap", "description": "UNDOCUMENTATED", "enum": ["Repeat", "Clamp"] }
|
||||
}
|
||||
}
|
||||
},
|
||||
"VertexFieldsSpecification": {
|
||||
"type": "array",
|
||||
"title": "Vertex Fields",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"title": "Vertex Field",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": false,
|
||||
"properties": { "field": { "type": "string", "title": "Vertex Field", "description": "TODO" } }
|
||||
"properties": { "field": { "type": "string", "title": "Vertex Field", "description": "UNDOCUMENTATED" } }
|
||||
}
|
||||
},
|
||||
"VariantSpecification": {
|
||||
"type": "array",
|
||||
"title": "Variants",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"title": "Variant",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"propertyNames": { "enum": ["fading", "fog", "fog.underwater", "lit", "skinning", "skinning_color", "underlava", "underwater"] },
|
||||
"additionalProperties": { "title": "Variant Item", "description": "TODO", "$ref": "#/definitions/VariantsItemSpecificaiton" }
|
||||
"additionalProperties": { "title": "Variant Item", "description": "UNDOCUMENTATED", "$ref": "#/definitions/VariantsItemSpecificaiton" }
|
||||
}
|
||||
},
|
||||
"VariantsItemSpecificaiton": {
|
||||
"type": "object",
|
||||
"title": "Variant Item",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"+defines": { "title": "Defines", "description": "TODO, Add definitions???", "$ref": "#/definitions/DefinesSpecification" },
|
||||
"vertexFields": { "title": "Vertex Fields", "description": "TODO", "$ref": "#/definitions/VertexFieldsSpecification" },
|
||||
"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" }
|
||||
@@ -203,43 +203,43 @@
|
||||
"materials": {
|
||||
"type": "object",
|
||||
"title": "Materials",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"required": ["version"],
|
||||
"properties": { "version": { "type": "string", "const": "1.0.0", "title": "Version", "description": "TODO" } },
|
||||
"properties": { "version": { "type": "string", "const": "1.0.0", "title": "Version", "description": "UNDOCUMENTATED" } },
|
||||
"additionalProperties": {
|
||||
"title": "Material Definitions",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"alphaDst": { "type": "string", "title": "Alpha Distance", "description": "TODO", "enum": ["DestColor", "OneMinusSrcAlpha"] },
|
||||
"backFace": { "title": "Back Face", "description": "TODO", "$ref": "#/definitions/FaceSpecification" },
|
||||
"alphaDst": { "type": "string", "title": "Alpha Distance", "description": "UNDOCUMENTATED", "enum": ["DestColor", "OneMinusSrcAlpha"] },
|
||||
"backFace": { "title": "Back Face", "description": "UNDOCUMENTATED", "$ref": "#/definitions/FaceSpecification" },
|
||||
"blendDst": {
|
||||
"type": "string",
|
||||
"title": "Blend Distance",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"enum": ["SourceAlpha", "OneMinusSrcAlpha", "OneMinusSrcColor", "SourceColor", "Zero", "One"]
|
||||
},
|
||||
"blendSrc": {
|
||||
"type": "string",
|
||||
"title": "Blend Source",
|
||||
"description": "TODO",
|
||||
"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" },
|
||||
"depthBias": { "type": "number", "title": "Depth Bias", "description": "TODO" },
|
||||
"depthBiasOGL": { "type": "number", "title": "Depth Bias OGL", "description": "TODO" },
|
||||
"depthFunc": { "type": "string", "title": "Depth Function", "description": "TODO", "enum": ["LessEqual", "Always", "Equal"] },
|
||||
"fragmentShader": { "type": "string", "title": "Fragment Shader", "description": "TODO", "pattern": "^shaders/.*\\.fragment$" },
|
||||
"frontFace": { "title": "Front Face", "description": "TODO", "$ref": "#/definitions/FaceSpecification" },
|
||||
"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"] },
|
||||
"fragmentShader": { "type": "string", "title": "Fragment Shader", "description": "UNDOCUMENTATED", "pattern": "^shaders/.*\\.fragment$" },
|
||||
"frontFace": { "title": "Front Face", "description": "UNDOCUMENTATED", "$ref": "#/definitions/FaceSpecification" },
|
||||
"isAnimatedTexture": {
|
||||
"type": "integer",
|
||||
"title": "Is Animated Texture",
|
||||
"description": "TODO, think its a boolean value as a number, so 1 and 0????"
|
||||
},
|
||||
"msaaSupport": { "type": "string", "title": "MSAA Support", "description": "TODO", "enum": ["Both", "MSAA"] },
|
||||
"primitiveMode": { "type": "string", "title": "Primitive Mode", "description": "TODO", "enum": ["Line"] },
|
||||
"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???",
|
||||
@@ -250,20 +250,25 @@
|
||||
"description": "TODO, Add samplerStates???",
|
||||
"$ref": "#/definitions/SamplerStatesSpecification"
|
||||
},
|
||||
"slopeScaledDepthBias": { "type": "number", "title": "Slope Scaled Depth Bias", "description": "TODO" },
|
||||
"slopeScaledDepthBiasOGL": { "type": "number", "title": "Slope Scaled Depth Bias OGL", "description": "TODO" },
|
||||
"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" },
|
||||
"stencilRef": { "type": "integer", "title": "Stencil Ref", "description": "TODO" },
|
||||
"stencilRefOverride": { "type": "integer", "title": "Stencil Ref Override", "description": "TODO" },
|
||||
"stencilReadMask": { "type": "integer", "title": "Stencil Read Mask", "description": "TODO" },
|
||||
"stencilWriteMask": { "type": "integer", "title": "Stencil Write Mask", "description": "TODO" },
|
||||
"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" },
|
||||
"vertexFields": { "title": "Vertex Fields", "description": "TODO", "$ref": "#/definitions/VertexFieldsSpecification" },
|
||||
"vertexShader": { "type": "string", "title": "Vertex Shader", "description": "TODO", "pattern": "^shaders/.*\\.vertex$" },
|
||||
"vrGeometryShader": { "type": "string", "title": "VR Geometry Shader", "description": "TODO", "pattern": "^shaders/.*\\.geometry$" }
|
||||
"vertexFields": { "title": "Vertex Fields", "description": "UNDOCUMENTATED", "$ref": "#/definitions/VertexFieldsSpecification" },
|
||||
"vertexShader": { "type": "string", "title": "Vertex Shader", "description": "UNDOCUMENTATED", "pattern": "^shaders/.*\\.vertex$" },
|
||||
"vrGeometryShader": {
|
||||
"type": "string",
|
||||
"title": "VR Geometry Shader",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"pattern": "^shaders/.*\\.geometry$"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"description": "The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.",
|
||||
"$ref": "#/definitions/uv"
|
||||
},
|
||||
"material_instance": { "type": "string", "description": "TODO" }
|
||||
"material_instance": { "type": "string", "description": "UNDOCUMENTATED" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -58,25 +58,25 @@
|
||||
"type": "object",
|
||||
"required": ["polys"],
|
||||
"title": "Poly Mesh",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"normalized_uvs": { "title": "Normalized Uvs", "description": "TODO", "type": "boolean" },
|
||||
"normalized_uvs": { "title": "Normalized Uvs", "description": "UNDOCUMENTATED", "type": "boolean" },
|
||||
"positions": {
|
||||
"title": "Positions",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "array",
|
||||
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
|
||||
},
|
||||
"normals": {
|
||||
"title": "Normals",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "array",
|
||||
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
|
||||
},
|
||||
"polys": {
|
||||
"title": "Polys",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "array",
|
||||
@@ -87,7 +87,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"render_group_id": { "title": "Render Group Id", "description": "TODO", "type": "integer", "minimum": 0 },
|
||||
"render_group_id": { "title": "Render Group Id", "description": "UNDOCUMENTATED", "type": "integer", "minimum": 0 },
|
||||
"reset": {
|
||||
"title": "Reset",
|
||||
"description": "UNDOCUMANTED",
|
||||
@@ -95,14 +95,14 @@
|
||||
},
|
||||
"rotation": {
|
||||
"title": "Rotation",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "array",
|
||||
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
|
||||
},
|
||||
"texture_meshes": {
|
||||
"type": "array",
|
||||
"title": "Texture Meshes",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
@@ -118,8 +118,8 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"cape": { "title": "Cape", "description": "TODO", "type": "string" },
|
||||
"debug": { "title": "Debug", "description": "TODO", "type": "boolean" },
|
||||
"cape": { "title": "Cape", "description": "UNDOCUMENTATED", "type": "string" },
|
||||
"debug": { "title": "Debug", "description": "UNDOCUMENTATED", "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" },
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_lifetime_events",
|
||||
"type": "object",
|
||||
"title": "Emitter Lifetime Events Component For 1.10.0",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"creation_event": {
|
||||
@@ -40,10 +40,10 @@
|
||||
"title": "Distance Event",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"distance": { "title": "Distance", "description": "TODO", "type": "number" },
|
||||
"distance": { "title": "Distance", "description": "UNDOCUMENTATED", "type": "number" },
|
||||
"effects": {
|
||||
"title": "Effects",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"title": "Curve",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"properties": {
|
||||
"input": { "$ref": "../../../molang/number.json", "title": "Input", "description": "What is the input value to use" },
|
||||
"nodes": {
|
||||
@@ -125,7 +125,7 @@
|
||||
"properties": {
|
||||
"particle_effect": {
|
||||
"title": "Particle Effect",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"properties": {
|
||||
"effect": { "type": "string", "description": "UNDOCUMENTATED: effect", "title": "Effect" },
|
||||
"type": { "type": "string", "description": "UNDOCUMENTATED: type", "title": "Type" }
|
||||
@@ -133,7 +133,7 @@
|
||||
},
|
||||
"sound_effect": {
|
||||
"title": "Sound effect",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"properties": {
|
||||
"event_name": { "type": "string", "description": "UNDOCUMENTATED: effect", "title": "Event name" }
|
||||
}
|
||||
|
||||
@@ -16,19 +16,19 @@
|
||||
"properties": {
|
||||
"overlay_color": { "description": "The color to apply to the texture", "title": "overlay_color", "format": "color-hex" },
|
||||
"path": { "description": "A texture file", "type": "string", "pattern": "^textures/.+$", "title": "Path" },
|
||||
"tint_color": { "title": "Tint Color", "description": "TODO", "format": "color-hex", "type": "string" },
|
||||
"tint_color": { "title": "Tint Color", "description": "UNDOCUMENTATED", "format": "color-hex", "type": "string" },
|
||||
"variations": {
|
||||
"type": "array",
|
||||
"title": "Variantions",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"title": "Variantion",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"required": ["path"],
|
||||
"properties": {
|
||||
"path": { "description": "A texture file", "type": "string", "pattern": "^textures/.+$", "title": "Path" },
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "TODO" }
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTATED" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,19 +16,19 @@
|
||||
"properties": {
|
||||
"overlay_color": { "description": "The color to apply to the texture", "title": "overlay_color", "format": "color-hex" },
|
||||
"path": { "description": "A texture file", "type": "string", "pattern": "^textures/.+$", "title": "Path" },
|
||||
"tint_color": { "title": "Tint Color", "description": "TODO", "format": "color-hex", "type": "string" },
|
||||
"tint_color": { "title": "Tint Color", "description": "UNDOCUMENTATED", "format": "color-hex", "type": "string" },
|
||||
"variations": {
|
||||
"type": "array",
|
||||
"title": "Variantions",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"title": "Variantion",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"required": ["path"],
|
||||
"properties": {
|
||||
"path": { "description": "A texture file", "type": "string", "pattern": "^textures/.+$", "title": "Path" },
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "TODO" }
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTATED" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user