Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/minecraft.break_blocks.json
DaanV2 9f4342e97c Moved
2021-10-08 12:59:03 +02:00

17 lines
557 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.break_blocks",
"type": "object",
"title": "Break Blocks 1.8.0",
"additionalProperties": false,
"description": "Specifies the blocks that this entity can break as it moves around.",
"required": [],
"properties": {
"breakable_blocks": {
"type": "array",
"title": "Breakable Blocks",
"description": "A list of the blocks that can be broken as this entity moves around",
"items": { "$ref": "../../../../general/blocks_item.json" }
}
}
}