Replaced undocumented
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.resource.animation_controller1.10.0",
|
||||
"type": "object",
|
||||
"title": "Animation Controller 1.10.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"definitions": {
|
||||
"animationspec": {
|
||||
"anyOf": [
|
||||
@@ -166,7 +166,7 @@
|
||||
"type": "object",
|
||||
"required": ["input"],
|
||||
"properties": {
|
||||
"input": { "title": "Input", "description": "UNDOCUMENTATED", "$ref": "../../../molang/number.json" },
|
||||
"input": { "title": "Input", "description": "UNDOCUMENTED", "$ref": "../../../molang/number.json" },
|
||||
"remap_curve": {
|
||||
"title": "Remap Curve",
|
||||
"additionalProperties": { "propertyNames": { "pattern": "^([\\-\\+0-9]+|[\\-\\+0-9]+.[0-9]+)$" }, "type": "number" }
|
||||
@@ -176,15 +176,15 @@
|
||||
},
|
||||
"on_entry": {
|
||||
"title": "On Entry",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": { "pattern": "^.+=.+;$", "title": "Molang", "description": "UNDOCUMENTATED", "type": "string" }
|
||||
"items": { "pattern": "^.+=.+;$", "title": "Molang", "description": "UNDOCUMENTED", "type": "string" }
|
||||
},
|
||||
"on_exit": {
|
||||
"title": "On Exit",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": { "pattern": "^.+=.+;$", "title": "Molang", "description": "UNDOCUMENTATED", "type": "string" }
|
||||
"items": { "pattern": "^.+=.+;$", "title": "Molang", "description": "UNDOCUMENTED", "type": "string" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.resource.animation_controller1.8.0",
|
||||
"type": "object",
|
||||
"title": "Animation Controller 1.8.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"definitions": {
|
||||
"animationspec": {
|
||||
"anyOf": [
|
||||
@@ -159,15 +159,15 @@
|
||||
},
|
||||
"on_entry": {
|
||||
"title": "On Entry",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": { "pattern": "^.+;$", "title": "Molang", "description": "UNDOCUMENTATED", "type": "string" }
|
||||
"items": { "pattern": "^.+;$", "title": "Molang", "description": "UNDOCUMENTED", "type": "string" }
|
||||
},
|
||||
"on_exit": {
|
||||
"title": "On Exit",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": { "pattern": "^.+;$", "title": "Molang", "description": "UNDOCUMENTATED", "type": "string" }
|
||||
"items": { "pattern": "^.+;$", "title": "Molang", "description": "UNDOCUMENTED", "type": "string" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Actor Animation 1.10.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"definitions": {
|
||||
"ParticleEffect": {
|
||||
"type": "object",
|
||||
@@ -134,7 +134,7 @@
|
||||
"description": "Override calculated value (set as the last keyframe time) and set animation length in seconds.",
|
||||
"type": "number"
|
||||
},
|
||||
"blend_weight": { "title": "Blend Weight", "description": "UNDOCUMENTATED", "$ref": "../../../molang/number.json" },
|
||||
"blend_weight": { "title": "Blend Weight", "description": "UNDOCUMENTED", "$ref": "../../../molang/number.json" },
|
||||
"bones": {
|
||||
"title": "Bones",
|
||||
"description": "Defines how the bones in an animation move or transform",
|
||||
@@ -160,9 +160,9 @@
|
||||
"description": "A single point in time",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "UNDOCUMENTATED", "enum": ["linear", "catmullrom"] },
|
||||
"pre": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/PositionV3" },
|
||||
"post": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/PositionV3" }
|
||||
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "UNDOCUMENTED", "enum": ["linear", "catmullrom"] },
|
||||
"pre": { "title": "Pre", "description": "UNDOCUMENTED", "$ref": "#/definitions/PositionV3" },
|
||||
"post": { "title": "Pre", "description": "UNDOCUMENTED", "$ref": "#/definitions/PositionV3" }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -182,9 +182,9 @@
|
||||
"description": "A single point in time",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "UNDOCUMENTATED", "enum": ["linear", "catmullrom"] },
|
||||
"pre": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/RotationV3" },
|
||||
"post": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/RotationV3" }
|
||||
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "UNDOCUMENTED", "enum": ["linear", "catmullrom"] },
|
||||
"pre": { "title": "Pre", "description": "UNDOCUMENTED", "$ref": "#/definitions/RotationV3" },
|
||||
"post": { "title": "Pre", "description": "UNDOCUMENTED", "$ref": "#/definitions/RotationV3" }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -203,7 +203,7 @@
|
||||
},
|
||||
"scale": {
|
||||
"title": "Scale",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "$ref": "../../../molang/number.json" },
|
||||
{ "$ref": "#/definitions/ScaleV3" },
|
||||
@@ -215,9 +215,9 @@
|
||||
"description": "A single point in time",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "UNDOCUMENTATED", "enum": ["linear", "catmullrom"] },
|
||||
"pre": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/ScaleV3" },
|
||||
"post": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/ScaleV3" }
|
||||
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "UNDOCUMENTED", "enum": ["linear", "catmullrom"] },
|
||||
"pre": { "title": "Pre", "description": "UNDOCUMENTED", "$ref": "#/definitions/ScaleV3" },
|
||||
"post": { "title": "Pre", "description": "UNDOCUMENTED", "$ref": "#/definitions/ScaleV3" }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -243,7 +243,7 @@
|
||||
},
|
||||
"particle_effects": {
|
||||
"title": "Particle Effects",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0"] },
|
||||
"additionalProperties": {
|
||||
@@ -262,7 +262,7 @@
|
||||
},
|
||||
"sound_effects": {
|
||||
"title": "Sound Effect",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$" },
|
||||
"additionalProperties": {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Actor Animation 1.8.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"definitions": {
|
||||
"ParticleEffect": {
|
||||
"type": "object",
|
||||
@@ -134,7 +134,7 @@
|
||||
"description": "Override calculated value (set as the last keyframe time) and set animation length in seconds.",
|
||||
"type": "number"
|
||||
},
|
||||
"blend_weight": { "title": "Blend Weight", "description": "UNDOCUMENTATED", "$ref": "../../../molang/number.json" },
|
||||
"blend_weight": { "title": "Blend Weight", "description": "UNDOCUMENTED", "$ref": "../../../molang/number.json" },
|
||||
"bones": {
|
||||
"title": "Bones",
|
||||
"minProperties": 1,
|
||||
@@ -160,9 +160,9 @@
|
||||
"description": "A single point in time",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "UNDOCUMENTATED", "enum": ["linear", "catmullrom"] },
|
||||
"pre": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/PositionV3" },
|
||||
"post": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/PositionV3" }
|
||||
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "UNDOCUMENTED", "enum": ["linear", "catmullrom"] },
|
||||
"pre": { "title": "Pre", "description": "UNDOCUMENTED", "$ref": "#/definitions/PositionV3" },
|
||||
"post": { "title": "Pre", "description": "UNDOCUMENTED", "$ref": "#/definitions/PositionV3" }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -182,9 +182,9 @@
|
||||
"description": "A single point in time",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "UNDOCUMENTATED", "enum": ["linear", "catmullrom"] },
|
||||
"pre": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/RotationV3" },
|
||||
"post": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/RotationV3" }
|
||||
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "UNDOCUMENTED", "enum": ["linear", "catmullrom"] },
|
||||
"pre": { "title": "Pre", "description": "UNDOCUMENTED", "$ref": "#/definitions/RotationV3" },
|
||||
"post": { "title": "Pre", "description": "UNDOCUMENTED", "$ref": "#/definitions/RotationV3" }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -203,7 +203,7 @@
|
||||
},
|
||||
"scale": {
|
||||
"title": "Scale",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "$ref": "../../../molang/number.json" },
|
||||
{ "$ref": "#/definitions/ScaleV3" },
|
||||
@@ -215,9 +215,9 @@
|
||||
"description": "A single point in time",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "UNDOCUMENTATED", "enum": ["linear", "catmullrom"] },
|
||||
"pre": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/ScaleV3" },
|
||||
"post": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/ScaleV3" }
|
||||
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "UNDOCUMENTED", "enum": ["linear", "catmullrom"] },
|
||||
"pre": { "title": "Pre", "description": "UNDOCUMENTED", "$ref": "#/definitions/ScaleV3" },
|
||||
"post": { "title": "Pre", "description": "UNDOCUMENTED", "$ref": "#/definitions/ScaleV3" }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -243,7 +243,7 @@
|
||||
},
|
||||
"particle_effects": {
|
||||
"title": "Particle Effects",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0"] },
|
||||
"additionalProperties": {
|
||||
@@ -262,7 +262,7 @@
|
||||
},
|
||||
"sound_effects": {
|
||||
"title": "Sound Effect",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$" },
|
||||
"additionalProperties": {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.resource.1.10.0.attachables",
|
||||
"type": "object",
|
||||
"title": "Actor Animation 1.10.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"required": ["format_version", "minecraft:attachable"],
|
||||
"properties": {
|
||||
"format_version": {
|
||||
@@ -62,8 +62,8 @@
|
||||
"item": {
|
||||
"type": "object",
|
||||
"title": "Item",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": { "type": "string", "title": "Item", "description": "UNDOCUMENTATED" }
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": { "type": "string", "title": "Item", "description": "UNDOCUMENTED" }
|
||||
},
|
||||
"materials": {
|
||||
"type": "object",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.resource.1.8.0.attachables",
|
||||
"type": "object",
|
||||
"title": "Actor Animation 1.8.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"required": ["format_version", "minecraft:attachable"],
|
||||
"properties": {
|
||||
"format_version": {
|
||||
@@ -60,8 +60,8 @@
|
||||
"item": {
|
||||
"type": "object",
|
||||
"title": "Item",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": { "type": "string", "title": "Item", "description": "UNDOCUMENTATED" }
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": { "type": "string", "title": "Item", "description": "UNDOCUMENTED" }
|
||||
},
|
||||
"materials": {
|
||||
"type": "object",
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
},
|
||||
"fog_ids_to_merge": {
|
||||
"title": "Fog ids to merge",
|
||||
"Description": "UNDOCUMENTATED",
|
||||
"Description": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"title": "Fog ID",
|
||||
@@ -29,12 +29,12 @@
|
||||
},
|
||||
"inherit_from_prior_fog": {
|
||||
"title": "Inherit From Prior Fog",
|
||||
"Description": "UNDOCUMENTATED",
|
||||
"Description": "UNDOCUMENTED",
|
||||
"type": "boolean"
|
||||
},
|
||||
"remove_all_prior_fog": {
|
||||
"title": "Remove All Prior Fog",
|
||||
"Description": "UNDOCUMENTATED",
|
||||
"Description": "UNDOCUMENTED",
|
||||
"type": "boolean"
|
||||
},
|
||||
"water_fog_color": { "$ref": "#/definitions/colorhex", "title": "Water Fog Color", "description": "The color of the water fog" },
|
||||
|
||||
@@ -38,8 +38,8 @@
|
||||
"description": "Block texture definition",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"brightness_gamma": { "type": "number", "title": "Brightness Gamma", "description": "UNDOCUMENTATED" },
|
||||
"carried_textures": { "$ref": "#/definitions/texture", "title": "Carried Textures", "description": "UNDOCUMENTATED" },
|
||||
"brightness_gamma": { "type": "number", "title": "Brightness Gamma", "description": "UNDOCUMENTED" },
|
||||
"carried_textures": { "$ref": "#/definitions/texture", "title": "Carried Textures", "description": "UNDOCUMENTED" },
|
||||
"isotropic": {
|
||||
"title": "Isotropic",
|
||||
"description": "Marks if this block is isotropic or not, or which side are",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"title": "Fog",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"definitions": {
|
||||
"colorHexOrArray": {
|
||||
"examples": ["#056bd1"],
|
||||
|
||||
@@ -2,17 +2,17 @@
|
||||
"$id": "blockception.minecraft.materials",
|
||||
"type": "object",
|
||||
"title": "Material",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"definitions": {
|
||||
"DefinesSpecification": {
|
||||
"type": "array",
|
||||
"title": "Defines",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"title": "Definition",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"enum": [
|
||||
"ALLOW_FADE",
|
||||
"ALPHA_TEST",
|
||||
@@ -94,31 +94,31 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"FailOperation": { "type": "string", "title": "Fail Operation", "description": "UNDOCUMENTATED", "enum": ["Keep", "Replace"] },
|
||||
"FailOperation": { "type": "string", "title": "Fail Operation", "description": "UNDOCUMENTED", "enum": ["Keep", "Replace"] },
|
||||
"FaceSpecification": {
|
||||
"type": "object",
|
||||
"title": "Face",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"stencilDepthFailOp": {
|
||||
"type": "string",
|
||||
"title": "Stencil Depth Fail Operation",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$ref": "#/definitions/FailOperation"
|
||||
},
|
||||
"stencilFailOp": {
|
||||
"type": "string",
|
||||
"title": "Stencil Fail Operation",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$ref": "#/definitions/FailOperation"
|
||||
},
|
||||
"stencilFunc": { "type": "string", "title": "Stencil Function", "description": "UNDOCUMENTATED", "enum": ["Always", "Equal", "NotEqual"] },
|
||||
"stencilPass": { "type": "string", "title": "Stencil Pass", "description": "UNDOCUMENTATED", "enum": ["Replace"] },
|
||||
"stencilFunc": { "type": "string", "title": "Stencil Function", "description": "UNDOCUMENTED", "enum": ["Always", "Equal", "NotEqual"] },
|
||||
"stencilPass": { "type": "string", "title": "Stencil Pass", "description": "UNDOCUMENTED", "enum": ["Replace"] },
|
||||
"stencilPassOp": {
|
||||
"type": "string",
|
||||
"title": "Stencil Depth Fail Operation",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$ref": "#/definitions/FailOperation"
|
||||
}
|
||||
}
|
||||
@@ -126,11 +126,11 @@
|
||||
"StatesSpecification": {
|
||||
"type": "array",
|
||||
"title": "States",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"title": "State",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"enum": [
|
||||
"Blending",
|
||||
"DisableAlphaWrite",
|
||||
@@ -148,51 +148,51 @@
|
||||
"SamplerStatesSpecification": {
|
||||
"type": "array",
|
||||
"title": "Sampler States",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"title": "Sample State",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"samplerIndex": { "type": "integer", "title": "Sample State", "description": "UNDOCUMENTATED" },
|
||||
"textureFilter": { "type": "string", "title": "Texture Filter", "description": "UNDOCUMENTATED", "enum": ["Point", "Bilinear", "TexelAA"] },
|
||||
"textureWrap": { "type": "string", "title": "Texture Wrap", "description": "UNDOCUMENTATED", "enum": ["Repeat", "Clamp"] }
|
||||
"samplerIndex": { "type": "integer", "title": "Sample State", "description": "UNDOCUMENTED" },
|
||||
"textureFilter": { "type": "string", "title": "Texture Filter", "description": "UNDOCUMENTED", "enum": ["Point", "Bilinear", "TexelAA"] },
|
||||
"textureWrap": { "type": "string", "title": "Texture Wrap", "description": "UNDOCUMENTED", "enum": ["Repeat", "Clamp"] }
|
||||
}
|
||||
}
|
||||
},
|
||||
"VertexFieldsSpecification": {
|
||||
"type": "array",
|
||||
"title": "Vertex Fields",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"title": "Vertex Field",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": { "field": { "type": "string", "title": "Vertex Field", "description": "UNDOCUMENTATED" } }
|
||||
"properties": { "field": { "type": "string", "title": "Vertex Field", "description": "UNDOCUMENTED" } }
|
||||
}
|
||||
},
|
||||
"VariantSpecification": {
|
||||
"type": "array",
|
||||
"title": "Variants",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"title": "Variant",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"propertyNames": { "enum": ["fading", "fog", "fog.underwater", "lit", "skinning", "skinning_color", "underlava", "underwater"] },
|
||||
"additionalProperties": { "title": "Variant Item", "description": "UNDOCUMENTATED", "$ref": "#/definitions/VariantsItemSpecificaiton" }
|
||||
"additionalProperties": { "title": "Variant Item", "description": "UNDOCUMENTED", "$ref": "#/definitions/VariantsItemSpecificaiton" }
|
||||
}
|
||||
},
|
||||
"VariantsItemSpecificaiton": {
|
||||
"type": "object",
|
||||
"title": "Variant Item",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"+defines": { "title": "Defines", "description": "UNDOCUMENTATED, Add definitions???", "$ref": "#/definitions/DefinesSpecification" },
|
||||
"vertexFields": { "title": "Vertex Fields", "description": "UNDOCUMENTATED", "$ref": "#/definitions/VertexFieldsSpecification" },
|
||||
"vertexFields": { "title": "Vertex Fields", "description": "UNDOCUMENTED", "$ref": "#/definitions/VertexFieldsSpecification" },
|
||||
"states": { "title": "States", "description": "UNDOCUMENTATED, start states???", "$ref": "#/definitions/StatesSpecification" },
|
||||
"+states": { "title": "States", "description": "UNDOCUMENTATED, Add additional states???", "$ref": "#/definitions/StatesSpecification" },
|
||||
"-states": { "title": "States", "description": "UNDOCUMENTATED, remove additional states???", "$ref": "#/definitions/StatesSpecification" }
|
||||
@@ -203,26 +203,26 @@
|
||||
"materials": {
|
||||
"type": "object",
|
||||
"title": "Materials",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"required": ["version"],
|
||||
"properties": { "version": { "type": "string", "const": "1.0.0", "title": "Version", "description": "UNDOCUMENTATED" } },
|
||||
"properties": { "version": { "type": "string", "const": "1.0.0", "title": "Version", "description": "UNDOCUMENTED" } },
|
||||
"additionalProperties": {
|
||||
"title": "Material Definitions",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"alphaDst": { "type": "string", "title": "Alpha Distance", "description": "UNDOCUMENTATED", "enum": ["DestColor", "OneMinusSrcAlpha"] },
|
||||
"backFace": { "title": "Back Face", "description": "UNDOCUMENTATED", "$ref": "#/definitions/FaceSpecification" },
|
||||
"alphaDst": { "type": "string", "title": "Alpha Distance", "description": "UNDOCUMENTED", "enum": ["DestColor", "OneMinusSrcAlpha"] },
|
||||
"backFace": { "title": "Back Face", "description": "UNDOCUMENTED", "$ref": "#/definitions/FaceSpecification" },
|
||||
"blendDst": {
|
||||
"type": "string",
|
||||
"title": "Blend Distance",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"enum": ["SourceAlpha", "OneMinusSrcAlpha", "OneMinusSrcColor", "SourceColor", "Zero", "One"]
|
||||
},
|
||||
"blendSrc": {
|
||||
"type": "string",
|
||||
"title": "Blend Source",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"enum": ["DestColor", "One", "OneMinusDestColor", "SourceAlpha", "SourceColor"]
|
||||
},
|
||||
"defines": {
|
||||
@@ -232,18 +232,18 @@
|
||||
},
|
||||
"+defines": { "title": "Defines", "description": "UNDOCUMENTATED, Add definitions???", "$ref": "#/definitions/DefinesSpecification" },
|
||||
"-defines": { "title": "Defines", "description": "UNDOCUMENTATED, removes definitions???", "$ref": "#/definitions/DefinesSpecification" },
|
||||
"depthBias": { "type": "number", "title": "Depth Bias", "description": "UNDOCUMENTATED" },
|
||||
"depthBiasOGL": { "type": "number", "title": "Depth Bias OGL", "description": "UNDOCUMENTATED" },
|
||||
"depthFunc": { "type": "string", "title": "Depth Function", "description": "UNDOCUMENTATED", "enum": ["LessEqual", "Always", "Equal"] },
|
||||
"fragmentShader": { "type": "string", "title": "Fragment Shader", "description": "UNDOCUMENTATED", "pattern": "^shaders/.*\\.fragment$" },
|
||||
"frontFace": { "title": "Front Face", "description": "UNDOCUMENTATED", "$ref": "#/definitions/FaceSpecification" },
|
||||
"depthBias": { "type": "number", "title": "Depth Bias", "description": "UNDOCUMENTED" },
|
||||
"depthBiasOGL": { "type": "number", "title": "Depth Bias OGL", "description": "UNDOCUMENTED" },
|
||||
"depthFunc": { "type": "string", "title": "Depth Function", "description": "UNDOCUMENTED", "enum": ["LessEqual", "Always", "Equal"] },
|
||||
"fragmentShader": { "type": "string", "title": "Fragment Shader", "description": "UNDOCUMENTED", "pattern": "^shaders/.*\\.fragment$" },
|
||||
"frontFace": { "title": "Front Face", "description": "UNDOCUMENTED", "$ref": "#/definitions/FaceSpecification" },
|
||||
"isAnimatedTexture": {
|
||||
"type": "integer",
|
||||
"title": "Is Animated Texture",
|
||||
"description": "UNDOCUMENTATED, think its a boolean value as a number, so 1 and 0????"
|
||||
},
|
||||
"msaaSupport": { "type": "string", "title": "MSAA Support", "description": "UNDOCUMENTATED", "enum": ["Both", "MSAA"] },
|
||||
"primitiveMode": { "type": "string", "title": "Primitive Mode", "description": "UNDOCUMENTATED", "enum": ["Line"] },
|
||||
"msaaSupport": { "type": "string", "title": "MSAA Support", "description": "UNDOCUMENTED", "enum": ["Both", "MSAA"] },
|
||||
"primitiveMode": { "type": "string", "title": "Primitive Mode", "description": "UNDOCUMENTED", "enum": ["Line"] },
|
||||
"samplerStates": {
|
||||
"title": "Sampler States",
|
||||
"description": "UNDOCUMENTATED, set or start samplerStates???",
|
||||
@@ -254,23 +254,23 @@
|
||||
"description": "UNDOCUMENTATED, Add samplerStates???",
|
||||
"$ref": "#/definitions/SamplerStatesSpecification"
|
||||
},
|
||||
"slopeScaledDepthBias": { "type": "number", "title": "Slope Scaled Depth Bias", "description": "UNDOCUMENTATED" },
|
||||
"slopeScaledDepthBiasOGL": { "type": "number", "title": "Slope Scaled Depth Bias OGL", "description": "UNDOCUMENTATED" },
|
||||
"slopeScaledDepthBias": { "type": "number", "title": "Slope Scaled Depth Bias", "description": "UNDOCUMENTED" },
|
||||
"slopeScaledDepthBiasOGL": { "type": "number", "title": "Slope Scaled Depth Bias OGL", "description": "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": "UNDOCUMENTATED" },
|
||||
"stencilRefOverride": { "type": "integer", "title": "Stencil Ref Override", "description": "UNDOCUMENTATED" },
|
||||
"stencilReadMask": { "type": "integer", "title": "Stencil Read Mask", "description": "UNDOCUMENTATED" },
|
||||
"stencilWriteMask": { "type": "integer", "title": "Stencil Write Mask", "description": "UNDOCUMENTATED" },
|
||||
"stencilRef": { "type": "integer", "title": "Stencil Ref", "description": "UNDOCUMENTED" },
|
||||
"stencilRefOverride": { "type": "integer", "title": "Stencil Ref Override", "description": "UNDOCUMENTED" },
|
||||
"stencilReadMask": { "type": "integer", "title": "Stencil Read Mask", "description": "UNDOCUMENTED" },
|
||||
"stencilWriteMask": { "type": "integer", "title": "Stencil Write Mask", "description": "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": "UNDOCUMENTATED", "$ref": "#/definitions/VertexFieldsSpecification" },
|
||||
"vertexShader": { "type": "string", "title": "Vertex Shader", "description": "UNDOCUMENTATED", "pattern": "^shaders/.*\\.vertex$" },
|
||||
"vertexFields": { "title": "Vertex Fields", "description": "UNDOCUMENTED", "$ref": "#/definitions/VertexFieldsSpecification" },
|
||||
"vertexShader": { "type": "string", "title": "Vertex Shader", "description": "UNDOCUMENTED", "pattern": "^shaders/.*\\.vertex$" },
|
||||
"vrGeometryShader": {
|
||||
"type": "string",
|
||||
"title": "VR Geometry Shader",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"pattern": "^shaders/.*\\.geometry$"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
"$id": "blockception.minecraft.resource.model.1.10.0",
|
||||
"type": "object",
|
||||
"title": "Model Schema For 1.10.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"required": ["format_version"],
|
||||
"properties": {
|
||||
"debug": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Debug" },
|
||||
"debug": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Debug" },
|
||||
"format_version": {
|
||||
"title": "1.10.0 Format Version",
|
||||
"type": "string",
|
||||
|
||||
@@ -19,12 +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": "UNDOCUMENTATED" }
|
||||
"material_instance": { "type": "string", "description": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"debug": { "type": "boolean", "default": false, "description": "UNDOCUMENTATED", "title": "Debug" },
|
||||
"debug": { "type": "boolean", "default": false, "description": "UNDOCUMENTED", "title": "Debug" },
|
||||
"format_version": {
|
||||
"title": "1.12.0 Format Version",
|
||||
"type": "string",
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"debug": { "type": "boolean", "default": false, "description": "UNDOCUMENTATED", "title": "Debug" },
|
||||
"debug": { "type": "boolean", "default": false, "description": "UNDOCUMENTED", "title": "Debug" },
|
||||
"format_version": {
|
||||
"title": "1.14.0 Format Version",
|
||||
"type": "string",
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"debug": { "title": "Debug", "description": "UNDOCUMENTATED", "type": "boolean", "default": false },
|
||||
"debug": { "title": "Debug", "description": "UNDOCUMENTED", "type": "boolean", "default": false },
|
||||
"format_version": {
|
||||
"title": "1.16.0 Format Version",
|
||||
"type": "string",
|
||||
@@ -447,7 +447,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"cape": { "title": "Cape", "description": "UNDOCUMENTATED", "type": "string" }
|
||||
"cape": { "title": "Cape", "description": "UNDOCUMENTED", "type": "string" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
"$id": "blockception.minecraft.resource.model.1.8.0",
|
||||
"type": "object",
|
||||
"title": "Model Schema For 1.8.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"required": ["format_version"],
|
||||
"properties": {
|
||||
"debug": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Debug" },
|
||||
"debug": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Debug" },
|
||||
"format_version": {
|
||||
"title": "1.8.0 Format Version",
|
||||
"type": "string",
|
||||
@@ -58,25 +58,25 @@
|
||||
"type": "object",
|
||||
"required": ["polys"],
|
||||
"title": "Poly Mesh",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"normalized_uvs": { "title": "Normalized Uvs", "description": "UNDOCUMENTATED", "type": "boolean" },
|
||||
"normalized_uvs": { "title": "Normalized Uvs", "description": "UNDOCUMENTED", "type": "boolean" },
|
||||
"positions": {
|
||||
"title": "Positions",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
|
||||
},
|
||||
"normals": {
|
||||
"title": "Normals",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
|
||||
},
|
||||
"polys": {
|
||||
"title": "Polys",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "array",
|
||||
@@ -87,7 +87,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"render_group_id": { "title": "Render Group Id", "description": "UNDOCUMENTATED", "type": "integer", "minimum": 0 },
|
||||
"render_group_id": { "title": "Render Group Id", "description": "UNDOCUMENTED", "type": "integer", "minimum": 0 },
|
||||
"reset": {
|
||||
"title": "Reset",
|
||||
"description": "UNDOCUMANTED",
|
||||
@@ -95,14 +95,14 @@
|
||||
},
|
||||
"rotation": {
|
||||
"title": "Rotation",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
|
||||
},
|
||||
"texture_meshes": {
|
||||
"type": "array",
|
||||
"title": "Texture Meshes",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
@@ -118,8 +118,8 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"cape": { "title": "Cape", "description": "UNDOCUMENTATED", "type": "string" },
|
||||
"debug": { "title": "Debug", "description": "UNDOCUMENTATED", "type": "boolean" },
|
||||
"cape": { "title": "Cape", "description": "UNDOCUMENTED", "type": "string" },
|
||||
"debug": { "title": "Debug", "description": "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" },
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_lifetime_events",
|
||||
"type": "object",
|
||||
"title": "Emitter Lifetime Events Component For 1.10.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"creation_event": {
|
||||
@@ -40,10 +40,10 @@
|
||||
"title": "Distance Event",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"distance": { "title": "Distance", "description": "UNDOCUMENTATED", "type": "number" },
|
||||
"distance": { "title": "Distance", "description": "UNDOCUMENTED", "type": "number" },
|
||||
"effects": {
|
||||
"title": "Effects",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,19 +23,19 @@
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Offset"
|
||||
},
|
||||
"half_dimensions": {
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTATED: half dimensions",
|
||||
"title": "Half Dimensions"
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
"direction": {
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
@@ -17,11 +17,11 @@
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Offset"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -22,12 +22,12 @@
|
||||
"radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: radius", "title": "Radius" },
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Offset",
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Z" }
|
||||
]
|
||||
},
|
||||
"plane_normal": {
|
||||
@@ -39,9 +39,9 @@
|
||||
{
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Z" }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -2,15 +2,15 @@
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_shape_entity_aabb",
|
||||
"type": "object",
|
||||
"title": "Emitter Shape Entity Aabb Component For 1.10.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"direction": {
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
@@ -18,11 +18,11 @@
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Offset"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
"direction": {
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
@@ -18,11 +18,11 @@
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Offset"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,9 +11,9 @@
|
||||
{
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Z" }
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -23,11 +23,11 @@
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Offset"
|
||||
},
|
||||
"radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: radius", "title": "Radius" },
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
"type": "object",
|
||||
"title": "Particle Appearance Lighting Component For 1.10.0",
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTATED"
|
||||
"description": "UNDOCUMENTED"
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"description": "UNDOCUMENTATED"
|
||||
"description": "UNDOCUMENTED"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"type": "array",
|
||||
"title": "Particle Expire If Not In Blocks Component For 1.10.0",
|
||||
"additionalProperties": false,
|
||||
"items": { "$ref": "../../../../general/block/identifier.json", "description": "UNDOCUMENTATED", "title": "Block" },
|
||||
"description": "UNDOCUMENTATED"
|
||||
"items": { "$ref": "../../../../general/block/identifier.json", "description": "UNDOCUMENTED", "title": "Block" },
|
||||
"description": "UNDOCUMENTED"
|
||||
}
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_initial_speed",
|
||||
"title": "Particle Initial Speed Component For 1.10.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"anyOf": [
|
||||
{ "$ref": "../../../../molang/number.json" },
|
||||
{
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "Z" }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -4,9 +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": "UNDOCUMENTATED", "title": "A" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "B" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "C" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "D" }
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "A" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "B" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "C" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "D" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"title": "Curve",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"input": { "$ref": "../../../molang/number.json", "title": "Input", "description": "What is the input value to use" },
|
||||
"nodes": {
|
||||
@@ -122,14 +122,14 @@
|
||||
"description": "UNDOCUMENTATED: events",
|
||||
"title": "Events",
|
||||
"additionalProperties": {
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Event",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"particle_effect": {
|
||||
"title": "Particle Effect",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"effect": { "type": "string", "description": "UNDOCUMENTATED: effect", "title": "Effect" },
|
||||
"type": { "type": "string", "description": "UNDOCUMENTATED: type", "title": "Type" }
|
||||
@@ -137,7 +137,7 @@
|
||||
},
|
||||
"sound_effect": {
|
||||
"title": "Sound effect",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"event_name": { "type": "string", "description": "UNDOCUMENTATED: effect", "title": "Event name" }
|
||||
}
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED", "title": "Material" },
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTED", "title": "Material" },
|
||||
"description": "UNDOCUMENTATED: materials",
|
||||
"title": "Materials"
|
||||
},
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
],
|
||||
"type": "object",
|
||||
"title": "Render Controllers",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "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" } },
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"type": "object",
|
||||
"additionalItems": false,
|
||||
"title": "Sound File For 1.14.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"definitions": {
|
||||
"SoundPath": {
|
||||
"$id": "SoundFilepath",
|
||||
@@ -34,7 +34,7 @@
|
||||
"$id": "#/Sound/sounds/stringItem",
|
||||
"type": "string",
|
||||
"$ref": "#/definitions/SoundPath",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Sounds"
|
||||
},
|
||||
{
|
||||
@@ -59,7 +59,7 @@
|
||||
"title": "Name"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Sounds"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.sound_definition.json",
|
||||
"type": "object",
|
||||
"title": "Sound File, Unknown Version",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"definitions": {
|
||||
"SoundPath": {
|
||||
"$id": "SoundFilepath",
|
||||
@@ -33,7 +33,7 @@
|
||||
"$id": "#/Sound/sounds/stringItem",
|
||||
"type": "string",
|
||||
"$ref": "#/definitions/SoundPath",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Sounds"
|
||||
},
|
||||
{
|
||||
@@ -64,7 +64,7 @@
|
||||
"title": "Name"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Sounds"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -11,23 +11,23 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"atlas_index": {
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Atlas Index",
|
||||
"type": "integer"
|
||||
},
|
||||
"atlas_tile": {
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"pattern": "^[a-z0-9_\\-]*$",
|
||||
"title": "Atlas Index",
|
||||
"type": "string"
|
||||
},
|
||||
"atlas_tile_variant": {
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Atlas Index",
|
||||
"type": "integer"
|
||||
},
|
||||
"blend_frames": {
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Atlas Index",
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -49,7 +49,7 @@
|
||||
"type": "array"
|
||||
},
|
||||
"replicate": {
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Atlas Index",
|
||||
"type": "integer"
|
||||
},
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Item Texture File",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"definitions": {
|
||||
"texture": {
|
||||
"oneOf": [
|
||||
@@ -16,19 +16,19 @@
|
||||
"properties": {
|
||||
"overlay_color": { "description": "The color to apply to the texture", "title": "overlay_color", "format": "color-hex" },
|
||||
"path": { "description": "A texture file", "type": "string", "pattern": "^textures/.+$", "title": "Path" },
|
||||
"tint_color": { "title": "Tint Color", "description": "UNDOCUMENTATED", "format": "color-hex", "type": "string" },
|
||||
"tint_color": { "title": "Tint Color", "description": "UNDOCUMENTED", "format": "color-hex", "type": "string" },
|
||||
"variations": {
|
||||
"type": "array",
|
||||
"title": "Variantions",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"title": "Variantion",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"required": ["path"],
|
||||
"properties": {
|
||||
"path": { "description": "A texture file", "type": "string", "pattern": "^textures/.+$", "title": "Path" },
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTATED" }
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -38,15 +38,15 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "UNDOCUMENTATED" },
|
||||
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "UNDOCUMENTED" },
|
||||
"texture_data": {
|
||||
"title": "Texture Data",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"propertyNames": { "pattern": "^[\\w_\\-\\.]+$" },
|
||||
"additionalProperties": {
|
||||
"title": "Texture Data",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
@@ -59,6 +59,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"texture_name": { "title": "Texture Name", "description": "UNDOCUMENTATED", "type": "string" }
|
||||
"texture_name": { "title": "Texture Name", "description": "UNDOCUMENTED", "type": "string" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Terrain Texture File",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"definitions": {
|
||||
"texture": {
|
||||
"oneOf": [
|
||||
@@ -16,19 +16,19 @@
|
||||
"properties": {
|
||||
"overlay_color": { "description": "The color to apply to the texture", "title": "overlay_color", "format": "color-hex" },
|
||||
"path": { "description": "A texture file", "type": "string", "pattern": "^textures/.+$", "title": "Path" },
|
||||
"tint_color": { "title": "Tint Color", "description": "UNDOCUMENTATED", "format": "color-hex", "type": "string" },
|
||||
"tint_color": { "title": "Tint Color", "description": "UNDOCUMENTED", "format": "color-hex", "type": "string" },
|
||||
"variations": {
|
||||
"type": "array",
|
||||
"title": "Variantions",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"title": "Variantion",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"required": ["path"],
|
||||
"properties": {
|
||||
"path": { "description": "A texture file", "type": "string", "pattern": "^textures/.+$", "title": "Path" },
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTATED" }
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -38,23 +38,23 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"num_mip_levels": { "type": "integer", "title": "Num Mip Levels", "description": "UNDOCUMENTATED" },
|
||||
"padding": { "type": "integer", "title": "Padding", "description": "UNDOCUMENTATED" },
|
||||
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "UNDOCUMENTATED" },
|
||||
"num_mip_levels": { "type": "integer", "title": "Num Mip Levels", "description": "UNDOCUMENTED" },
|
||||
"padding": { "type": "integer", "title": "Padding", "description": "UNDOCUMENTED" },
|
||||
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "UNDOCUMENTED" },
|
||||
"texture_data": {
|
||||
"type": "object",
|
||||
"propertyNames": { "pattern": "^[\\w_\\-\\.]+$" },
|
||||
"additionalProperties": {
|
||||
"type": "object",
|
||||
"title": "Texture Data",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"textures": { "oneOf": [{ "$ref": "#/definitions/texture" }, { "type": "array", "items": { "$ref": "#/definitions/texture" } }] }
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Texture Data"
|
||||
},
|
||||
"texture_name": { "type": "string", "description": "UNDOCUMENTATED", "title": "Texture Name" }
|
||||
"texture_name": { "type": "string", "description": "UNDOCUMENTED", "title": "Texture Name" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user