2022-10-29 16:13:50 +02:00
|
|
|
{
|
|
|
|
|
"$id": "molang_boolean1.19.0",
|
|
|
|
|
"title": "Molang Boolean",
|
|
|
|
|
"description": "The minecraft molang definition that results in a boolean.",
|
|
|
|
|
"anyOf": [{ "type": "string", "minLength": 0 }, { "type": "boolean" }],
|
2024-08-17 14:04:11 +05:00
|
|
|
"examples": ["(1.0)", "(0.0)"],
|
2022-10-29 16:13:50 +02:00
|
|
|
"defaultSnippets": [{ "label": "New Molang", "body": "$1" }]
|
|
|
|
|
}
|