Updated comments

This commit is contained in:
DaanV2
2021-07-01 16:35:56 +02:00
parent bd92fde1b8
commit 9bf12e0823
383 changed files with 2315 additions and 573 deletions

View File

@@ -3,6 +3,7 @@
"type": "object",
"title": "Animation Controller 1.10.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"definitions": {
"animationspec": {
@@ -167,7 +168,8 @@
"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" }
@@ -178,16 +180,20 @@
"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,6 +3,7 @@
"type": "object",
"title": "Animation Controller 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"definitions": {
"animationspec": {
@@ -161,16 +162,20 @@
"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,6 +4,7 @@
"type": "object",
"title": "Actor Animation 1.10.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"definitions": {
"ParticleEffect": {
@@ -138,6 +139,7 @@
"blend_weight": {
"title": "Blend Weight",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$ref": "../../../molang/number.json"
},
@@ -171,11 +173,14 @@
"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" }
}
}
}
@@ -199,11 +204,14 @@
"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" }
}
}
}
@@ -223,6 +231,7 @@
"scale": {
"title": "Scale",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [
{ "$ref": "../../../molang/number.json" },
@@ -239,11 +248,14 @@
"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" }
}
}
}
@@ -270,6 +282,7 @@
"particle_effects": {
"title": "Particle Effects",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] },
@@ -290,6 +303,7 @@
"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,6 +4,7 @@
"type": "object",
"title": "Actor Animation 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"definitions": {
"ParticleEffect": {
@@ -138,6 +139,7 @@
"blend_weight": {
"title": "Blend Weight",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$ref": "../../../molang/number.json"
},
@@ -171,11 +173,14 @@
"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" }
}
}
}
@@ -199,11 +204,14 @@
"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" }
}
}
}
@@ -223,6 +231,7 @@
"scale": {
"title": "Scale",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [
{ "$ref": "../../../molang/number.json" },
@@ -239,11 +248,14 @@
"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" }
}
}
}
@@ -270,6 +282,7 @@
"particle_effects": {
"title": "Particle Effects",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] },
@@ -290,6 +303,7 @@
"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,6 +4,7 @@
"title": "Actor Animation 1.10.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"required": ["format_version", "minecraft:attachable"],
"properties": {
"format_version": {
@@ -65,7 +66,14 @@
"title": "Item",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": { "type": "string", "title": "Item", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"$comment": "UNDOCUMENTED",
"additionalProperties": {
"type": "string",
"title": "Item",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}
},
"materials": {
"type": "object",

View File

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

View File

@@ -21,6 +21,7 @@
"title": "Fog ids to merge",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": {
"title": "Fog ID",
@@ -32,12 +33,14 @@
"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

@@ -38,8 +38,20 @@
"description": "Block texture definition",
"type": "object",
"properties": {
"brightness_gamma": { "type": "number", "title": "Brightness Gamma", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"carried_textures": { "$ref": "#/definitions/texture", "title": "Carried Textures", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"brightness_gamma": {
"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": {
"title": "Isotropic",
"description": "Marks if this block is isotropic or not, or which side are",

View File

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

View File

@@ -3,6 +3,7 @@
"type": "object",
"title": "Material",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"definitions": {
@@ -10,11 +11,13 @@
"type": "array",
"title": "Defines",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": {
"type": "string",
"title": "Definition",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": [
"ALLOW_FADE",
@@ -101,6 +104,7 @@
"type": "string",
"title": "Fail Operation",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["Keep", "Replace"]
},
@@ -108,6 +112,7 @@
"type": "object",
"title": "Face",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
@@ -115,6 +120,7 @@
"type": "string",
"title": "Stencil Depth Fail Operation",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$ref": "#/definitions/FailOperation"
},
@@ -122,6 +128,7 @@
"type": "string",
"title": "Stencil Fail Operation",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$ref": "#/definitions/FailOperation"
},
@@ -129,14 +136,17 @@
"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"
}
@@ -146,11 +156,13 @@
"type": "array",
"title": "States",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": {
"type": "string",
"title": "State",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": [
"Blending",
@@ -170,19 +182,23 @@
"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" },
"samplerIndex": { "type": "integer", "title": "Sample State", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"textureFilter": {
"type": "string",
"title": "Texture Filter",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["Point", "Bilinear", "TexelAA"]
},
@@ -190,6 +206,7 @@
"type": "string",
"title": "Texture Wrap",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["Repeat", "Clamp"]
}
@@ -200,30 +217,36 @@
"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" } }
"properties": { "field": { "type": "string", "title": "Vertex Field", "description": "UNDOCUMENTED",
"$comment": "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"
}
@@ -233,6 +256,7 @@
"type": "object",
"title": "Variant Item",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
@@ -240,6 +264,7 @@
"vertexFields": {
"title": "Vertex Fields",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$ref": "#/definitions/VertexFieldsSpecification"
},
@@ -254,14 +279,17 @@
"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" }
"version": { "type": "string", "const": "1.0.0", "title": "Version", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
},
"additionalProperties": {
"title": "Material Definitions",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
@@ -269,14 +297,17 @@
"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"]
},
@@ -284,6 +315,7 @@
"type": "string",
"title": "Blend Source",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["DestColor", "One", "OneMinusDestColor", "SourceAlpha", "SourceColor"]
},
@@ -294,12 +326,15 @@
},
"+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" },
"depthBiasOGL": { "type": "number", "title": "Depth Bias OGL", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"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" },
"depthFunc": {
"type": "string",
"title": "Depth Function",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["LessEqual", "Always", "Equal"]
},
@@ -307,12 +342,14 @@
"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"
},
@@ -325,6 +362,7 @@
"type": "string",
"title": "MSAA Support",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["Both", "MSAA"]
},
@@ -332,6 +370,7 @@
"type": "string",
"title": "Primitive Mode",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["Line"]
},
@@ -345,25 +384,32 @@
"description": "UNDOCUMENTATED, Add samplerStates???",
"$ref": "#/definitions/SamplerStatesSpecification"
},
"slopeScaledDepthBias": { "type": "number", "title": "Slope Scaled Depth Bias", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"slopeScaledDepthBias": { "type": "number", "title": "Slope Scaled Depth Bias", "description": "UNDOCUMENTED",
"$comment": "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" },
"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" },
"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" },
"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"
},
@@ -371,6 +417,7 @@
"type": "string",
"title": "Vertex Shader",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"pattern": "^shaders/.*\\.vertex$"
},
@@ -378,6 +425,7 @@
"type": "string",
"title": "VR Geometry Shader",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"pattern": "^shaders/.*\\.geometry$"
}

View File

@@ -3,10 +3,12 @@
"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,12 +19,14 @@
"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" }
"material_instance": { "type": "string", "description": "UNDOCUMENTED",
"$comment": "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,7 +32,8 @@
}
},
"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,7 +32,8 @@
}
},
"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",
@@ -447,7 +448,8 @@
}
}
},
"cape": { "title": "Cape", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" }
"cape": { "title": "Cape", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "string" }
}
}
}

View File

@@ -3,10 +3,12 @@
"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",
@@ -61,12 +63,15 @@
"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" }]
@@ -74,6 +79,7 @@
"normals": {
"title": "Normals",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
@@ -81,6 +87,7 @@
"polys": {
"title": "Polys",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": {
@@ -96,6 +103,7 @@
"title": "Render Group Id",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "integer",
"minimum": 0
},
@@ -108,6 +116,7 @@
"title": "Rotation",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
},
@@ -116,6 +125,7 @@
"title": "Texture Meshes",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": {
"type": "object",
"additionalProperties": false,
@@ -131,8 +141,10 @@
}
}
},
"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,6 +3,7 @@
"type": "object",
"title": "Emitter Lifetime Events Component For 1.10.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
@@ -41,10 +42,12 @@
"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,20 +23,27 @@
"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,9 +7,12 @@
"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"
@@ -17,11 +20,15 @@
"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,12 +23,16 @@
"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": {
@@ -40,9 +44,12 @@
{
"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,15 +3,19 @@
"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"
@@ -19,11 +23,15 @@
"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,9 +8,12 @@
"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"
@@ -18,11 +21,15 @@
"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,9 +11,12 @@
{
"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" }
]
}
],
@@ -23,11 +26,15 @@
"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,5 +4,6 @@
"title": "Particle Appearance Lighting Component For 1.10.0",
"additionalProperties": false,
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}

View File

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

View File

@@ -3,7 +3,9 @@
"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,15 +2,19 @@
"$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,9 +4,13 @@
"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,6 +58,7 @@
"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": {
@@ -125,6 +126,7 @@
"additionalProperties": {
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Event",
"type": "object",
"additionalProperties": false,
@@ -133,6 +135,7 @@
"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" }
@@ -142,6 +145,7 @@
"title": "Sound effect",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"event_name": { "type": "string", "description": "UNDOCUMENTATED: effect", "title": "Event name" }
}

View File

@@ -128,7 +128,8 @@
"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,6 +12,7 @@
"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,6 +5,7 @@
"title": "Sound File For 1.14.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"definitions": {
"SoundPath": {
"$id": "SoundFilepath",
@@ -37,6 +38,7 @@
"$ref": "#/definitions/SoundPath",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Sounds"
},
{
@@ -63,6 +65,7 @@
},
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Sounds"
}
],

View File

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

View File

@@ -13,12 +13,14 @@
"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"
@@ -26,12 +28,14 @@
"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"
},
@@ -55,6 +59,7 @@
"replicate": {
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Atlas Index",
"type": "integer"
},

View File

@@ -4,6 +4,7 @@
"type": "object",
"title": "Item Texture File",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"definitions": {
"texture": {
@@ -21,6 +22,7 @@
"title": "Tint Color",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"format": "color-hex",
"type": "string"
},
@@ -29,15 +31,18 @@
"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" }
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
}
}
}
@@ -47,16 +52,19 @@
}
},
"properties": {
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "UNDOCUMENTED",
"$comment": "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,
@@ -70,6 +78,7 @@
}
}
},
"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,6 +4,7 @@
"type": "object",
"title": "Terrain Texture File",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"definitions": {
"texture": {
@@ -21,6 +22,7 @@
"title": "Tint Color",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"format": "color-hex",
"type": "string"
},
@@ -29,15 +31,18 @@
"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" }
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
}
}
}
@@ -47,9 +52,12 @@
}
},
"properties": {
"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" },
"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" },
"texture_data": {
"type": "object",
"propertyNames": { "pattern": "^[\\w_\\-\\.]+$" },
@@ -57,15 +65,18 @@
"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" }
}
}