9 lines
353 B
JSON
9 lines
353 B
JSON
{
|
|
"$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" }],
|
|
"examples": [0, "query.variant", "(1.0)", "query.", "variable.=;"],
|
|
"defaultSnippets": [{ "label": "New Molang", "body": "$1" }]
|
|
}
|