Files
minecraft-bedrock-json-schemas/source/molang/number.json
2021-06-05 21:56:06 +02:00

7 lines
211 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" }]
}