Files
minecraft-bedrock-json-schemas/source/molang/boolean.json
Daan Verstraten cd517471e7 Feature/actor properties (#138)
* Added actor properties

* Adding Set Property in events

Co-authored-by: Daan Verstraten <daan@q42.nl>
2022-10-29 16:13:50 +02:00

9 lines
360 B
JSON

{
"$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" }],
"examples": [0, "query.variant", "(1.0)", "query.", "variable.=;"],
"defaultSnippets": [{ "label": "New Molang", "body": "$1" }]
}