Files
minecraft-bedrock-json-schemas/source/molang/number.json

9 lines
317 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "molang_number1.8.0",
"title": "Molang Number",
2022-07-22 19:41:04 +02:00
"description": "The minecraft molang definition that results in a float.",
2021-06-09 10:24:10 +02:00
"anyOf": [{ "type": "string", "minLength": 0 }, { "type": "number" }],
"examples": ["(1.0)","(0.0)"],
2021-11-17 12:38:00 +01:00
"defaultSnippets": [{ "label": "New Molang", "body": "$1" }]
2021-06-06 10:07:19 +00:00
}