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" }],
|
2024-08-17 14:04:11 +05:00
|
|
|
"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
|
|
|
}
|