{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.vex_random_move", "description": "Allows the mob to target the same entity its owner is targeting.", "additionalProperties": false, "type": "object", "title": "Behavior.vex_random_move 1.8.0", "required": [], "properties": { "priority": { "$ref": "types/base_priority.json" }, "entity_types": { "$ref": "../types/entity_types.json", "description": "List of entities this mob can copy the owner from.", "title": "TODO title" } } }