Feature/actor properties (#138)
* Added actor properties * Adding Set Property in events Co-authored-by: Daan Verstraten <daan@q42.nl>
This commit is contained in:
8
source/molang/boolean.json
Normal file
8
source/molang/boolean.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"$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" }]
|
||||
}
|
||||
Reference in New Issue
Block a user