updating todo titles

This commit is contained in:
DaanV2
2021-06-09 10:24:10 +02:00
parent 93a8ce3aec
commit ada0815fa6
78 changed files with 343 additions and 326 deletions

View File

@@ -2,5 +2,6 @@
"$id": "molang_number1.8.0",
"title": "Molang Number",
"description": "The minecraft molang definition that results in a float",
"anyOf": [{ "type": "string", "minLength": 0 }, { "type": "number" }]
"anyOf": [{ "type": "string", "minLength": 0 }, { "type": "number" }],
"examples": [0, "query.variant"]
}

View File

@@ -3,5 +3,6 @@
"type": "string",
"title": "Molang / String",
"description": "Molang definition",
"format": "molang"
"format": "molang",
"examples": ["query.variant"]
}