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

@@ -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" }
}