updating todo titles
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"type": "string",
|
||||
"title": "Molang / String",
|
||||
"description": "Molang definition",
|
||||
"format": "molang"
|
||||
"format": "molang",
|
||||
"examples": ["query.variant"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user