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

8 lines
263 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "molang_number1.8.0",
"title": "Molang Number",
"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" }],
2021-11-09 18:10:15 +01:00
"examples": [0, "query.variant", "(1.0)"]
2021-06-06 10:07:19 +00:00
}