Files
minecraft-bedrock-json-schemas/source/behavior/loot_tables/conditions/has_mark_variant.json

12 lines
550 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.condition.has_mark_variant",
"type": "object",
"additionalProperties": false,
"description": "Returns the condition true if the actor's mark variant is matched to the value.",
"title": "Has Mark Variant",
"properties": {
2021-07-01 16:37:41 +02:00
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
2021-06-06 10:07:19 +00:00
"value": { "type": "integer", "default": "0", "description": "Tests for the actor's mark variant (if it has one)", "title": "Value" }
}
}