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

27 lines
872 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.defend_village_target",
"additionalProperties": false,
"type": "object",
"title": "Behavior.defend_village_target 1.8.0",
"description": "Allows the mob to stay in the village and fight mobs hostile to the villagers.",
"properties": {
"priority": { "$ref": "types/base_priority.json" },
"entity_types": {
"$ref": "../types/entity_types.json",
"description": "List of entity types this mob considers a threat to the village",
"title": "TODO title"
},
"must_reach": {
"title": "Must reach",
"description": "UNDOCUMENTATED",
"type": "boolean"
},
"attack_chance": {
"title": "Attack chance",
"description": "UNDOCUMENTATED",
"type": "number"
}
}
}