2021-10-08 12:59:03 +02:00
|
|
|
{
|
2024-06-29 00:06:53 +05:00
|
|
|
"$id": "blockception.minecraft.behavior.entities.minecraft.break_blocks",
|
2021-10-08 12:59:03 +02:00
|
|
|
"type": "object",
|
2021-10-08 13:04:13 +02:00
|
|
|
"title": "Break Blocks",
|
2021-10-08 12:59:03 +02:00
|
|
|
"additionalProperties": false,
|
|
|
|
|
"description": "Specifies the blocks that this entity can break as it moves around.",
|
|
|
|
|
"required": [],
|
|
|
|
|
"properties": {
|
|
|
|
|
"breakable_blocks": {
|
|
|
|
|
"type": "array",
|
|
|
|
|
"title": "Breakable Blocks",
|
2022-07-22 19:41:04 +02:00
|
|
|
"description": "A list of the blocks that can be broken as this entity moves around.",
|
2021-10-11 18:10:42 +02:00
|
|
|
"items": {
|
|
|
|
|
"$ref": "../../../../general/blocks_item.json"
|
|
|
|
|
}
|
2021-10-08 12:59:03 +02:00
|
|
|
}
|
2021-10-11 18:10:42 +02:00
|
|
|
},
|
|
|
|
|
"examples": [
|
|
|
|
|
{
|
|
|
|
|
"breakable_blocks": []
|
|
|
|
|
}
|
|
|
|
|
]
|
2021-10-08 12:59:03 +02:00
|
|
|
}
|