Files
minecraft-bedrock-json-schemas/source/molang/boolean.json
Xterionix a84820d612 - Some misc tweaks (#301)
* - Remove molang examples
* - Update has damage because apparently not every value is accepted
* - Add materials enum and adjust entity/attachable accordingly
* - Update damage source list
* - Change to example

---------

Co-authored-by: Daan Verstraten <daanverstraten@hotmail.com>
2024-08-17 11:04:11 +02:00

9 lines
324 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": ["(1.0)", "(0.0)"],
"defaultSnippets": [{ "label": "New Molang", "body": "$1" }]
}