Files
minecraft-bedrock-json-schemas/behaviour/entities/1.8.0/behaviors/minecraft.behavior.vex_random_move.json
2020-11-01 17:22:42 +01:00

18 lines
608 B
JSON

{
"$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"
}
}
}