Updating molang examplesz

This commit is contained in:
DaanV2
2021-11-09 18:10:15 +01:00
parent d0c604282e
commit 15ae3c3fd9
3 changed files with 7 additions and 3 deletions

View File

@@ -3,5 +3,5 @@
"title": "Molang Number",
"description": "The minecraft molang definition that results in a float",
"anyOf": [{ "type": "string", "minLength": 0 }, { "type": "number" }],
"examples": [0, "query.variant"]
"examples": [0, "query.variant", "(1.0)"]
}