2020-11-01 17:22:42 +01:00
|
|
|
{
|
|
|
|
|
"$id": "molang_number1.8.0",
|
2021-03-21 15:18:38 +01:00
|
|
|
"title": "Molang Number",
|
2020-11-01 17:22:42 +01:00
|
|
|
"description": "The minecraft molang definition that results in a float",
|
2021-06-05 21:56:06 +02:00
|
|
|
"anyOf": [{ "type": "string", "minLength": 0 }, { "type": "number" }]
|
2020-11-01 17:22:42 +01:00
|
|
|
}
|