* - 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>
9 lines
324 B
JSON
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" }]
|
|
}
|