8 lines
286 B
JSON
8 lines
286 B
JSON
|
|
{
|
||
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
||
|
|
"$id": "molang_number1.8.0",
|
||
|
|
"title": "Molang number",
|
||
|
|
"description": "The minecraft molang definition that results in a float",
|
||
|
|
"anyOf": [{ "type": "string", "minLength": 0, "format": "molang" }, { "type": "number" }]
|
||
|
|
}
|