Initial Commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user