updating todo titles
This commit is contained in:
@@ -6,17 +6,17 @@
|
||||
"properties": {
|
||||
"direction": {
|
||||
"anyOf": [
|
||||
{ "type": "string", "enum": ["inwards", "outwards"], "description": "UNDOCUMENTATED: Todo", "title": "Todo" },
|
||||
{ "type": "string", "enum": ["inwards", "outwards"], "description": "UNDOCUMENTATED", "title": "Todo" },
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Todo"
|
||||
},
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Todo"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -6,17 +6,17 @@
|
||||
"properties": {
|
||||
"direction": {
|
||||
"anyOf": [
|
||||
{ "type": "string", "enum": ["inwards", "outwards"], "description": "UNDOCUMENTATED: Todo", "title": "Todo" },
|
||||
{ "type": "string", "enum": ["inwards", "outwards"], "description": "UNDOCUMENTATED", "title": "Todo" },
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Todo"
|
||||
},
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Todo"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_initial_speed",
|
||||
"title": "Particle Initial Speed Component For 1.10.0",
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTATED",
|
||||
"anyOf": [
|
||||
{ "$ref": "../../../../molang/number.json" },
|
||||
{
|
||||
"type": "array",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "TODO Title" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_kill_plane",
|
||||
"type": "array",
|
||||
"title": "Particle Kill Plane Component For 1.10.0",
|
||||
"items": { "minItems": 4, "maxItems": 4, "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"description": "UNDOCUMENTATED"
|
||||
"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" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"description": "Fires when the particle is created",
|
||||
"oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }]
|
||||
},
|
||||
"custom_events": { "title": "Custom Events", "description": "TODO, unclear structure :(" },
|
||||
"custom_events": { "title": "Custom Events", "description": "UNDOCUMENTATED, unclear structure :(" },
|
||||
"expiration_event": {
|
||||
"title": "Expiration Event",
|
||||
"description": "Fires when the particle expires (does not wait for particles to expire too)",
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED", "title": "Material" },
|
||||
"description": "UNDOCUMENTATED: materials",
|
||||
"title": "Materials"
|
||||
},
|
||||
|
||||
@@ -127,7 +127,7 @@
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Material" },
|
||||
"description": "UNDOCUMENTATED: materials",
|
||||
"title": "Materials"
|
||||
},
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.sound_definition.1.14.0.json",
|
||||
"type": "object",
|
||||
"additionalItems": false,
|
||||
"title": "Sound File For 1.14.0",
|
||||
"title": "Sound File For 1.14.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"definitions": {
|
||||
"SoundPath": {
|
||||
@@ -34,8 +34,8 @@
|
||||
"$id": "#/Sound/sounds/stringItem",
|
||||
"type": "string",
|
||||
"$ref": "#/definitions/SoundPath",
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"title": "Todo"
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Sounds"
|
||||
},
|
||||
{
|
||||
"additionalItems": false,
|
||||
@@ -59,8 +59,8 @@
|
||||
"title": "Name"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"title": "Todo"
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Sounds"
|
||||
}
|
||||
],
|
||||
"description": "UNDOCUMENTATED: sounds",
|
||||
@@ -69,8 +69,7 @@
|
||||
"description": "UNDOCUMENTATED: sounds",
|
||||
"title": "Sounds"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: additionalProperties"
|
||||
}
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
|
||||
@@ -33,8 +33,8 @@
|
||||
"$id": "#/Sound/sounds/stringItem",
|
||||
"type": "string",
|
||||
"$ref": "#/definitions/SoundPath",
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"title": "Todo"
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Sounds"
|
||||
},
|
||||
{
|
||||
"additionalItems": false,
|
||||
@@ -64,8 +64,8 @@
|
||||
"title": "Name"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"title": "Todo"
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Sounds"
|
||||
}
|
||||
],
|
||||
"description": "UNDOCUMENTATED: sounds",
|
||||
@@ -74,8 +74,7 @@
|
||||
"description": "UNDOCUMENTATED: sounds",
|
||||
"title": "Sounds"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: additionalProperties"
|
||||
}
|
||||
}
|
||||
},
|
||||
"additionalProperties": { "$ref": "#/definitions/SoundSpec" },
|
||||
|
||||
@@ -11,23 +11,23 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"atlas_index": {
|
||||
"description": "TODO: add description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Atlas Index",
|
||||
"type": "integer"
|
||||
},
|
||||
"atlas_tile": {
|
||||
"description": "TODO: add description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"pattern": "^[a-z0-9_\\-]*$",
|
||||
"title": "Atlas Index",
|
||||
"type": "string"
|
||||
},
|
||||
"atlas_tile_variant": {
|
||||
"description": "TODO: add description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Atlas Index",
|
||||
"type": "integer"
|
||||
},
|
||||
"blend_frames": {
|
||||
"description": "TODO: add description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Atlas Index",
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -49,7 +49,7 @@
|
||||
"type": "array"
|
||||
},
|
||||
"replicate": {
|
||||
"description": "TODO: add description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Atlas Index",
|
||||
"type": "integer"
|
||||
},
|
||||
|
||||
@@ -38,15 +38,15 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "TODO: add description" },
|
||||
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "UNDOCUMENTATED" },
|
||||
"texture_data": {
|
||||
"title": "Texture Data",
|
||||
"description": "TODO: add description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"propertyNames": { "pattern": "^[\\w_\\-\\.]+$" },
|
||||
"additionalProperties": {
|
||||
"title": "Texture Data",
|
||||
"description": "TODO: add description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
@@ -59,6 +59,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"texture_name": { "title": "Texture Name", "description": "TODO: add description", "type": "string" }
|
||||
"texture_name": { "title": "Texture Name", "description": "UNDOCUMENTATED", "type": "string" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,23 +38,23 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"num_mip_levels": { "type": "integer", "title": "Num Mip Levels", "description": "TODO: add description" },
|
||||
"padding": { "type": "integer", "title": "Padding", "description": "TODO: add description" },
|
||||
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "TODO: add description" },
|
||||
"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" },
|
||||
"texture_data": {
|
||||
"type": "object",
|
||||
"propertyNames": { "pattern": "^[\\w_\\-\\.]+$" },
|
||||
"additionalProperties": {
|
||||
"type": "object",
|
||||
"title": "Texture Data",
|
||||
"description": "TODO: add description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"properties": {
|
||||
"textures": { "oneOf": [{ "$ref": "#/definitions/texture" }, { "type": "array", "items": { "$ref": "#/definitions/texture" } }] }
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
"title": "Texture Data"
|
||||
},
|
||||
"texture_name": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" }
|
||||
"texture_name": { "type": "string", "description": "UNDOCUMENTATED", "title": "Texture Name" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user