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)",
|
||||
|
||||
Reference in New Issue
Block a user