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:
Daan Verstraten
2022-10-29 16:13:50 +02:00
committed by GitHub
parent bb7b2868ef
commit cd517471e7
3 changed files with 388 additions and 221 deletions

View 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" }]
}