UNDOCUMENTATED description

This commit is contained in:
DaanV2
2021-06-09 09:41:09 +02:00
parent 0bff0baa33
commit b68ba1865c
122 changed files with 326 additions and 301 deletions

View File

@@ -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": "TODO",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"properties": {
"creation_event": {
@@ -40,10 +40,10 @@
"title": "Distance Event",
"additionalProperties": false,
"properties": {
"distance": { "title": "Distance", "description": "TODO", "type": "number" },
"distance": { "title": "Distance", "description": "UNDOCUMENTATED", "type": "number" },
"effects": {
"title": "Effects",
"description": "TODO",
"description": "UNDOCUMENTATED",
"oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }]
}
}

View File

@@ -54,7 +54,7 @@
"type": "object",
"additionalProperties": false,
"title": "Curve",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"input": { "$ref": "../../../molang/number.json", "title": "Input", "description": "What is the input value to use" },
"nodes": {
@@ -125,7 +125,7 @@
"properties": {
"particle_effect": {
"title": "Particle Effect",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"effect": { "type": "string", "description": "UNDOCUMENTATED: effect", "title": "Effect" },
"type": { "type": "string", "description": "UNDOCUMENTATED: type", "title": "Type" }
@@ -133,7 +133,7 @@
},
"sound_effect": {
"title": "Sound effect",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"event_name": { "type": "string", "description": "UNDOCUMENTATED: effect", "title": "Event name" }
}