Files
minecraft-bedrock-json-schemas/source/behavior/loot_tables/conditions/has_mark_variant.json
2022-07-22 19:41:04 +02:00

22 lines
684 B
JSON

{
"$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": {
"condition": {
"type": "string",
"title": "Condition",
"description": "Returns the condition true if the actor's mark variant is matched to the value.",
"$comment": "UNDOCUMENTED"
},
"value": {
"type": "integer",
"default": "0",
"description": "Tests for the actor's mark variant (if it has one).",
"title": "Value"
}
}
}