Files
minecraft-bedrock-json-schemas/source/behaviour/entities/1.8.0/components/minecraft.annotation.break_door.json
2021-02-01 18:39:12 +01:00

24 lines
798 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.annotation.break_door",
"additionalProperties": false,
"description": "Allows the actor to break doors assuming that that flags set up for the component to use in navigation",
"type": "object",
"title": "Annotation.break door 1.8.0",
"required": [],
"properties": {
"break_time": {
"type": "number",
"default": 12,
"description": "The time in seconds required to break through doors.",
"title": "TODO title"
},
"min_difficulty": {
"type": "string",
"default": "hard",
"description": "The minimum difficulty that the world must be on for this entity to break doors.",
"title": "TODO title"
}
}
}