Updated Comments

This commit is contained in:
DaanV2
2021-07-01 16:37:41 +02:00
parent 9bf12e0823
commit 0f15d47659
365 changed files with 593 additions and 1778 deletions

View File

@@ -3,7 +3,6 @@
"type": "object",
"title": "Animation Controller 1.10.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"definitions": {
"animationspec": {
@@ -168,8 +167,7 @@
"type": "object",
"required": ["input"],
"properties": {
"input": { "title": "Input", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "$ref": "../../../molang/number.json" },
"input": { "title": "Input", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "../../../molang/number.json" },
"remap_curve": {
"title": "Remap Curve",
"additionalProperties": { "propertyNames": { "pattern": "^([\\-\\+0-9]+|[\\-\\+0-9]+.[0-9]+)$" }, "type": "number" }
@@ -180,20 +178,16 @@
"on_entry": {
"title": "On Entry",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": { "pattern": "^.+=.+;$", "title": "Molang", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "string" }
"items": { "pattern": "^.+=.+;$", "title": "Molang", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" }
},
"on_exit": {
"title": "On Exit",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": { "pattern": "^.+=.+;$", "title": "Molang", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "string" }
"items": { "pattern": "^.+=.+;$", "title": "Molang", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" }
}
}
}

View File

@@ -3,7 +3,6 @@
"type": "object",
"title": "Animation Controller 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"definitions": {
"animationspec": {
@@ -162,20 +161,16 @@
"on_entry": {
"title": "On Entry",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": { "pattern": "^.+;$", "title": "Molang", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "string" }
"items": { "pattern": "^.+;$", "title": "Molang", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" }
},
"on_exit": {
"title": "On Exit",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": { "pattern": "^.+;$", "title": "Molang", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "string" }
"items": { "pattern": "^.+;$", "title": "Molang", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" }
}
}
}

View File

@@ -4,7 +4,6 @@
"type": "object",
"title": "Actor Animation 1.10.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"definitions": {
"ParticleEffect": {
@@ -139,7 +138,6 @@
"blend_weight": {
"title": "Blend Weight",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$ref": "../../../molang/number.json"
},
@@ -173,14 +171,11 @@
"type": "string",
"title": "Lerp Mode",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["linear", "catmullrom"]
},
"pre": { "title": "Pre", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "$ref": "#/definitions/PositionV3" },
"post": { "title": "Pre", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "$ref": "#/definitions/PositionV3" }
"pre": { "title": "Pre", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/PositionV3" },
"post": { "title": "Pre", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/PositionV3" }
}
}
}
@@ -204,14 +199,11 @@
"type": "string",
"title": "Lerp Mode",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["linear", "catmullrom"]
},
"pre": { "title": "Pre", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "$ref": "#/definitions/RotationV3" },
"post": { "title": "Pre", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "$ref": "#/definitions/RotationV3" }
"pre": { "title": "Pre", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/RotationV3" },
"post": { "title": "Pre", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/RotationV3" }
}
}
}
@@ -231,7 +223,6 @@
"scale": {
"title": "Scale",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [
{ "$ref": "../../../molang/number.json" },
@@ -248,14 +239,11 @@
"type": "string",
"title": "Lerp Mode",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["linear", "catmullrom"]
},
"pre": { "title": "Pre", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "$ref": "#/definitions/ScaleV3" },
"post": { "title": "Pre", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "$ref": "#/definitions/ScaleV3" }
"pre": { "title": "Pre", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/ScaleV3" },
"post": { "title": "Pre", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/ScaleV3" }
}
}
}
@@ -282,7 +270,6 @@
"particle_effects": {
"title": "Particle Effects",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] },
@@ -303,7 +290,6 @@
"sound_effects": {
"title": "Sound Effect",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] },

View File

@@ -4,7 +4,6 @@
"type": "object",
"title": "Actor Animation 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"definitions": {
"ParticleEffect": {
@@ -139,7 +138,6 @@
"blend_weight": {
"title": "Blend Weight",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$ref": "../../../molang/number.json"
},
@@ -173,14 +171,11 @@
"type": "string",
"title": "Lerp Mode",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["linear", "catmullrom"]
},
"pre": { "title": "Pre", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "$ref": "#/definitions/PositionV3" },
"post": { "title": "Pre", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "$ref": "#/definitions/PositionV3" }
"pre": { "title": "Pre", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/PositionV3" },
"post": { "title": "Pre", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/PositionV3" }
}
}
}
@@ -204,14 +199,11 @@
"type": "string",
"title": "Lerp Mode",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["linear", "catmullrom"]
},
"pre": { "title": "Pre", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "$ref": "#/definitions/RotationV3" },
"post": { "title": "Pre", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "$ref": "#/definitions/RotationV3" }
"pre": { "title": "Pre", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/RotationV3" },
"post": { "title": "Pre", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/RotationV3" }
}
}
}
@@ -231,7 +223,6 @@
"scale": {
"title": "Scale",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [
{ "$ref": "../../../molang/number.json" },
@@ -248,14 +239,11 @@
"type": "string",
"title": "Lerp Mode",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["linear", "catmullrom"]
},
"pre": { "title": "Pre", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "$ref": "#/definitions/ScaleV3" },
"post": { "title": "Pre", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "$ref": "#/definitions/ScaleV3" }
"pre": { "title": "Pre", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/ScaleV3" },
"post": { "title": "Pre", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/ScaleV3" }
}
}
}
@@ -282,7 +270,6 @@
"particle_effects": {
"title": "Particle Effects",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] },
@@ -303,7 +290,6 @@
"sound_effects": {
"title": "Sound Effect",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] },

View File

@@ -4,7 +4,6 @@
"title": "Actor Animation 1.10.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"required": ["format_version", "minecraft:attachable"],
"properties": {
"format_version": {
@@ -66,12 +65,10 @@
"title": "Item",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": {
"type": "string",
"title": "Item",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}
},

View File

@@ -4,7 +4,6 @@
"title": "Actor Animation 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"required": ["format_version", "minecraft:attachable"],
"properties": {
"format_version": {
@@ -64,12 +63,10 @@
"title": "Item",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": {
"type": "string",
"title": "Item",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}
},

View File

@@ -21,7 +21,6 @@
"title": "Fog ids to merge",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": {
"title": "Fog ID",
@@ -33,14 +32,12 @@
"title": "Inherit From Prior Fog",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "boolean"
},
"remove_all_prior_fog": {
"title": "Remove All Prior Fog",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "boolean"
},
"water_fog_color": { "$ref": "#/definitions/colorhex", "title": "Water Fog Color", "description": "The color of the water fog" },

View File

@@ -42,14 +42,12 @@
"type": "number",
"title": "Brightness Gamma",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"carried_textures": {
"$ref": "#/definitions/texture",
"title": "Carried Textures",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"isotropic": {

View File

@@ -5,7 +5,6 @@
"title": "Fog",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"definitions": {
"colorHexOrArray": {
"examples": ["#056bd1"],

View File

@@ -3,7 +3,6 @@
"type": "object",
"title": "Material",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"definitions": {
@@ -11,13 +10,11 @@
"type": "array",
"title": "Defines",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": {
"type": "string",
"title": "Definition",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": [
"ALLOW_FADE",
@@ -104,7 +101,6 @@
"type": "string",
"title": "Fail Operation",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["Keep", "Replace"]
},
@@ -112,7 +108,6 @@
"type": "object",
"title": "Face",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
@@ -120,7 +115,6 @@
"type": "string",
"title": "Stencil Depth Fail Operation",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$ref": "#/definitions/FailOperation"
},
@@ -128,7 +122,6 @@
"type": "string",
"title": "Stencil Fail Operation",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$ref": "#/definitions/FailOperation"
},
@@ -136,17 +129,14 @@
"type": "string",
"title": "Stencil Function",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["Always", "Equal", "NotEqual"]
},
"stencilPass": { "type": "string", "title": "Stencil Pass", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "enum": ["Replace"] },
"stencilPass": { "type": "string", "title": "Stencil Pass", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["Replace"] },
"stencilPassOp": {
"type": "string",
"title": "Stencil Depth Fail Operation",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$ref": "#/definitions/FailOperation"
}
@@ -156,13 +146,11 @@
"type": "array",
"title": "States",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": {
"type": "string",
"title": "State",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": [
"Blending",
@@ -182,23 +170,24 @@
"type": "array",
"title": "Sampler States",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": {
"type": "object",
"title": "Sample State",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"samplerIndex": { "type": "integer", "title": "Sample State", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"samplerIndex": {
"type": "integer",
"title": "Sample State",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"textureFilter": {
"type": "string",
"title": "Texture Filter",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["Point", "Bilinear", "TexelAA"]
},
@@ -206,7 +195,6 @@
"type": "string",
"title": "Texture Wrap",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["Repeat", "Clamp"]
}
@@ -217,36 +205,37 @@
"type": "array",
"title": "Vertex Fields",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": {
"type": "object",
"title": "Vertex Field",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": { "field": { "type": "string", "title": "Vertex Field", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" } }
"properties": {
"field": {
"type": "string",
"title": "Vertex Field",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}
}
}
},
"VariantSpecification": {
"type": "array",
"title": "Variants",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": {
"type": "object",
"title": "Variant",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"propertyNames": { "enum": ["fading", "fog", "fog.underwater", "lit", "skinning", "skinning_color", "underlava", "underwater"] },
"additionalProperties": {
"title": "Variant Item",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$ref": "#/definitions/VariantsItemSpecificaiton"
}
@@ -256,7 +245,6 @@
"type": "object",
"title": "Variant Item",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
@@ -264,7 +252,6 @@
"vertexFields": {
"title": "Vertex Fields",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$ref": "#/definitions/VertexFieldsSpecification"
},
@@ -279,17 +266,20 @@
"type": "object",
"title": "Materials",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"required": ["version"],
"properties": {
"version": { "type": "string", "const": "1.0.0", "title": "Version", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"version": {
"type": "string",
"const": "1.0.0",
"title": "Version",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}
},
"additionalProperties": {
"title": "Material Definitions",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
@@ -297,17 +287,14 @@
"type": "string",
"title": "Alpha Distance",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["DestColor", "OneMinusSrcAlpha"]
},
"backFace": { "title": "Back Face", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "$ref": "#/definitions/FaceSpecification" },
"backFace": { "title": "Back Face", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/FaceSpecification" },
"blendDst": {
"type": "string",
"title": "Blend Distance",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["SourceAlpha", "OneMinusSrcAlpha", "OneMinusSrcColor", "SourceColor", "Zero", "One"]
},
@@ -315,7 +302,6 @@
"type": "string",
"title": "Blend Source",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["DestColor", "One", "OneMinusDestColor", "SourceAlpha", "SourceColor"]
},
@@ -326,15 +312,22 @@
},
"+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": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"depthBiasOGL": { "type": "number", "title": "Depth Bias OGL", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"depthBias": {
"type": "number",
"title": "Depth Bias",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"depthBiasOGL": {
"type": "number",
"title": "Depth Bias OGL",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"depthFunc": {
"type": "string",
"title": "Depth Function",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["LessEqual", "Always", "Equal"]
},
@@ -342,14 +335,12 @@
"type": "string",
"title": "Fragment Shader",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"pattern": "^shaders/.*\\.fragment$"
},
"frontFace": {
"title": "Front Face",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$ref": "#/definitions/FaceSpecification"
},
@@ -362,7 +353,6 @@
"type": "string",
"title": "MSAA Support",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["Both", "MSAA"]
},
@@ -370,7 +360,6 @@
"type": "string",
"title": "Primitive Mode",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["Line"]
},
@@ -384,32 +373,50 @@
"description": "UNDOCUMENTATED, Add samplerStates???",
"$ref": "#/definitions/SamplerStatesSpecification"
},
"slopeScaledDepthBias": { "type": "number", "title": "Slope Scaled Depth Bias", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"slopeScaledDepthBias": {
"type": "number",
"title": "Slope Scaled Depth Bias",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"slopeScaledDepthBiasOGL": {
"type": "number",
"title": "Slope Scaled Depth Bias OGL",
"description": "UNDOCUMENTED",
"$comment": "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" },
"stencilRef": { "type": "integer", "title": "Stencil Ref", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"stencilRefOverride": { "type": "integer", "title": "Stencil Ref Override", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"stencilReadMask": { "type": "integer", "title": "Stencil Read Mask", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"stencilWriteMask": { "type": "integer", "title": "Stencil Write Mask", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"stencilRef": {
"type": "integer",
"title": "Stencil Ref",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"stencilRefOverride": {
"type": "integer",
"title": "Stencil Ref Override",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"stencilReadMask": {
"type": "integer",
"title": "Stencil Read Mask",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"stencilWriteMask": {
"type": "integer",
"title": "Stencil Write Mask",
"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" },
"vertexFields": {
"title": "Vertex Fields",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$ref": "#/definitions/VertexFieldsSpecification"
},
@@ -417,7 +424,6 @@
"type": "string",
"title": "Vertex Shader",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"pattern": "^shaders/.*\\.vertex$"
},
@@ -425,7 +431,6 @@
"type": "string",
"title": "VR Geometry Shader",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"pattern": "^shaders/.*\\.geometry$"
}

View File

@@ -3,12 +3,10 @@
"type": "object",
"title": "Model Schema For 1.10.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"required": ["format_version"],
"properties": {
"debug": { "type": "boolean", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Debug" },
"debug": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Debug" },
"format_version": {
"title": "1.10.0 Format Version",
"type": "string",

View File

@@ -19,14 +19,12 @@
"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": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"material_instance": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
}
}
},
"properties": {
"debug": { "type": "boolean", "default": false, "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Debug" },
"debug": { "type": "boolean", "default": false, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Debug" },
"format_version": {
"title": "1.12.0 Format Version",
"type": "string",

View File

@@ -32,8 +32,7 @@
}
},
"properties": {
"debug": { "type": "boolean", "default": false, "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Debug" },
"debug": { "type": "boolean", "default": false, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Debug" },
"format_version": {
"title": "1.14.0 Format Version",
"type": "string",

View File

@@ -32,8 +32,7 @@
}
},
"properties": {
"debug": { "title": "Debug", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "boolean", "default": false },
"debug": { "title": "Debug", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean", "default": false },
"format_version": {
"title": "1.16.0 Format Version",
"type": "string",
@@ -448,8 +447,7 @@
}
}
},
"cape": { "title": "Cape", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "string" }
"cape": { "title": "Cape", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" }
}
}
}

View File

@@ -3,12 +3,10 @@
"type": "object",
"title": "Model Schema For 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"required": ["format_version"],
"properties": {
"debug": { "type": "boolean", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Debug" },
"debug": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Debug" },
"format_version": {
"title": "1.8.0 Format Version",
"type": "string",
@@ -63,15 +61,12 @@
"title": "Poly Mesh",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"normalized_uvs": { "title": "Normalized Uvs", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "boolean" },
"normalized_uvs": { "title": "Normalized Uvs", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean" },
"positions": {
"title": "Positions",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
@@ -79,7 +74,6 @@
"normals": {
"title": "Normals",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
@@ -87,7 +81,6 @@
"polys": {
"title": "Polys",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": {
@@ -103,7 +96,6 @@
"title": "Render Group Id",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "integer",
"minimum": 0
},
@@ -116,7 +108,6 @@
"title": "Rotation",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
},
@@ -125,7 +116,6 @@
"title": "Texture Meshes",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": {
"type": "object",
"additionalProperties": false,
@@ -141,10 +131,8 @@
}
}
},
"cape": { "title": "Cape", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "string" },
"debug": { "title": "Debug", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "boolean" },
"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" },

View File

@@ -3,7 +3,6 @@
"type": "object",
"title": "Emitter Lifetime Events Component For 1.10.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
@@ -42,12 +41,10 @@
"title": "Distance Event",
"additionalProperties": false,
"properties": {
"distance": { "title": "Distance", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "number" },
"distance": { "title": "Distance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" },
"effects": {
"title": "Effects",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }]
}

View File

@@ -23,27 +23,20 @@
"offset": {
"type": "array",
"items": [
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Z" }
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
],
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Offset"
},
"half_dimensions": {
"type": "array",
"items": [
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Z" }
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
],
"description": "UNDOCUMENTATED: half dimensions",
"title": "Half Dimensions"

View File

@@ -7,12 +7,9 @@
"direction": {
"type": "array",
"items": [
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Z" }
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
],
"description": "UNDOCUMENTATED: direction",
"title": "Direction"
@@ -20,15 +17,11 @@
"offset": {
"type": "array",
"items": [
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Z" }
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
],
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Offset"
}

View File

@@ -23,16 +23,12 @@
"offset": {
"type": "array",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Offset",
"items": [
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Z" }
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
]
},
"plane_normal": {
@@ -44,12 +40,9 @@
{
"type": "array",
"items": [
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Z" }
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
]
}
]

View File

@@ -3,19 +3,15 @@
"type": "object",
"title": "Emitter Shape Entity Aabb Component For 1.10.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"direction": {
"type": "array",
"items": [
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Z" }
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
],
"description": "UNDOCUMENTATED: direction",
"title": "Direction"
@@ -23,15 +19,11 @@
"offset": {
"type": "array",
"items": [
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Z" }
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
],
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Offset"
}

View File

@@ -8,12 +8,9 @@
"direction": {
"type": "array",
"items": [
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Z" }
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
],
"description": "UNDOCUMENTATED: direction",
"title": "Direction"
@@ -21,15 +18,11 @@
"offset": {
"type": "array",
"items": [
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Z" }
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
],
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Offset"
}

View File

@@ -11,12 +11,9 @@
{
"type": "array",
"items": [
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Z" }
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
]
}
],
@@ -26,15 +23,11 @@
"offset": {
"type": "array",
"items": [
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Z" }
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
],
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Offset"
},

View File

@@ -4,6 +4,5 @@
"title": "Particle Appearance Lighting Component For 1.10.0",
"additionalProperties": false,
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}

View File

@@ -50,7 +50,6 @@
}
],
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}
}

View File

@@ -3,9 +3,7 @@
"type": "array",
"title": "Particle Expire If Not In Blocks Component For 1.10.0",
"additionalProperties": false,
"items": { "$ref": "../../../../general/block/identifier.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Block" },
"items": { "$ref": "../../../../general/block/identifier.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Block" },
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}

View File

@@ -2,19 +2,15 @@
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_initial_speed",
"title": "Particle Initial Speed Component For 1.10.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"anyOf": [
{ "$ref": "../../../../molang/number.json" },
{
"type": "array",
"items": [
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Z" }
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
]
}
]

View File

@@ -4,13 +4,9 @@
"title": "Particle Kill Plane Component For 1.10.0",
"description": "A*x + B*y + C*z + D = 0\nwith the parameters being [ A, B, C, D ]",
"items": [
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "A" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "B" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "C" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "D" }
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "A" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "B" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "C" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "D" }
]
}

View File

@@ -58,7 +58,6 @@
"title": "Curve",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"input": { "$ref": "../../../molang/number.json", "title": "Input", "description": "What is the input value to use" },
"nodes": {
@@ -126,7 +125,6 @@
"additionalProperties": {
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Event",
"type": "object",
"additionalProperties": false,
@@ -135,7 +133,6 @@
"title": "Particle Effect",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"effect": { "type": "string", "description": "UNDOCUMENTATED: effect", "title": "Effect" },
"type": { "type": "string", "description": "UNDOCUMENTATED: type", "title": "Type" }
@@ -145,7 +142,6 @@
"title": "Sound effect",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"event_name": { "type": "string", "description": "UNDOCUMENTATED: effect", "title": "Event name" }
}

View File

@@ -128,8 +128,7 @@
"minItems": 1,
"items": {
"type": "object",
"additionalProperties": { "type": "string", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Material" },
"additionalProperties": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Material" },
"description": "UNDOCUMENTATED: materials",
"title": "Materials"
},

View File

@@ -12,7 +12,6 @@
"title": "Render Controllers",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"allOf": [
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.8.0" } } }, "then": { "$ref": "./1.8.0/render_controllers.json" } },
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.10" } } }, "then": { "$ref": "./1.10.0/render_controllers.json" } },

View File

@@ -5,7 +5,6 @@
"title": "Sound File For 1.14.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"definitions": {
"SoundPath": {
"$id": "SoundFilepath",
@@ -38,7 +37,6 @@
"$ref": "#/definitions/SoundPath",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Sounds"
},
{
@@ -65,7 +63,6 @@
},
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Sounds"
}
],

View File

@@ -4,7 +4,6 @@
"title": "Sound File, Unknown Version",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"definitions": {
"SoundPath": {
"$id": "SoundFilepath",
@@ -37,7 +36,6 @@
"$ref": "#/definitions/SoundPath",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Sounds"
},
{
@@ -70,7 +68,6 @@
},
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Sounds"
}
],

View File

@@ -13,14 +13,12 @@
"atlas_index": {
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Atlas Index",
"type": "integer"
},
"atlas_tile": {
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"pattern": "^[a-z0-9_\\-]*$",
"title": "Atlas Index",
"type": "string"
@@ -28,14 +26,12 @@
"atlas_tile_variant": {
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Atlas Index",
"type": "integer"
},
"blend_frames": {
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Atlas Index",
"type": "boolean"
},
@@ -59,7 +55,6 @@
"replicate": {
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Atlas Index",
"type": "integer"
},

View File

@@ -4,7 +4,6 @@
"type": "object",
"title": "Item Texture File",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"definitions": {
"texture": {
@@ -22,7 +21,6 @@
"title": "Tint Color",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"format": "color-hex",
"type": "string"
},
@@ -31,18 +29,20 @@
"title": "Variantions",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": {
"type": "object",
"title": "Variantion",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"required": ["path"],
"properties": {
"path": { "description": "A texture file", "type": "string", "pattern": "^textures/.+$", "title": "Path" },
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"weight": {
"type": "integer",
"title": "Weight",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}
}
}
}
@@ -52,19 +52,21 @@
}
},
"properties": {
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"resource_pack_name": {
"type": "string",
"title": "Resource Pack Name",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"texture_data": {
"title": "Texture Data",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"propertyNames": { "pattern": "^[\\w_\\-\\.]+$" },
"additionalProperties": {
"title": "Texture Data",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
@@ -78,7 +80,6 @@
}
}
},
"texture_name": { "title": "Texture Name", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "string" }
"texture_name": { "title": "Texture Name", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" }
}
}

View File

@@ -4,7 +4,6 @@
"type": "object",
"title": "Terrain Texture File",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"definitions": {
"texture": {
@@ -22,7 +21,6 @@
"title": "Tint Color",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"format": "color-hex",
"type": "string"
},
@@ -31,18 +29,15 @@
"title": "Variantions",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": {
"type": "object",
"title": "Variantion",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"required": ["path"],
"properties": {
"path": { "description": "A texture file", "type": "string", "pattern": "^textures/.+$", "title": "Path" },
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
}
}
}
@@ -52,12 +47,9 @@
}
},
"properties": {
"num_mip_levels": { "type": "integer", "title": "Num Mip Levels", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"padding": { "type": "integer", "title": "Padding", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"num_mip_levels": { "type": "integer", "title": "Num Mip Levels", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"padding": { "type": "integer", "title": "Padding", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"texture_data": {
"type": "object",
"propertyNames": { "pattern": "^[\\w_\\-\\.]+$" },
@@ -65,18 +57,15 @@
"type": "object",
"title": "Texture Data",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"textures": { "oneOf": [{ "$ref": "#/definitions/texture" }, { "type": "array", "items": { "$ref": "#/definitions/texture" } }] }
}
},
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Texture Data"
},
"texture_name": { "type": "string", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Texture Name" }
"texture_name": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Texture Name" }
}
}