@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
131 lines • 3.77 kB
JSON
{
"description": "Specifies the blocks that the entity can break as it moves around.",
"fields": [
{
"id": "breakable_blocks",
"description": "A list of the blocks that can be broken as this entity moves around.",
"dataType": 17,
"samples": {
"/vanilla/behavior_pack/entities/ravager.json": [
{
"path": "/minecraft:entity/components/minecraft:break_blocks/",
"content": [
"bamboo",
"bamboo_sapling",
"beetroot",
"brown_mushroom",
"carrots",
"carved_pumpkin",
"chorus_flower",
"chorus_plant",
"deadbush",
"double_plant",
"leaves",
"leaves2",
"lit_pumpkin",
"melon_block",
"melon_stem",
"potatoes",
"pumpkin",
"pumpkin_stem",
"red_flower",
"red_mushroom",
"crimson_fungus",
"warped_fungus",
"reeds",
"sapling",
"snow_layer",
"sweet_berry_bush",
"tallgrass",
"turtle_egg",
"vine",
"waterlily",
"wheat",
"dandelion",
"azalea",
"flowering_azalea",
"azalea_leaves",
"azalea_leaves_flowered",
"cave_vines",
"cave_vines_body_with_berries",
"cave_vines_head_with_berries",
"small_dripleaf_block",
"big_dripleaf",
"spore_blossom",
"hanging_roots",
"mangrove_leaves",
"pale_hanging_moss",
"cherry_leaves",
"pale_oak_leaves",
"firefly_bush",
"bush"
]
}
]
},
"title": "Breakable Blocks"
}
],
"title": "Break Blocks",
"samples": {
"/vanilla/behavior_pack/entities/ravager.json": [
{
"path": "/minecraft:entity/components/minecraft:break_blocks/",
"content": {
"breakable_blocks": [
"bamboo",
"bamboo_sapling",
"beetroot",
"brown_mushroom",
"carrots",
"carved_pumpkin",
"chorus_flower",
"chorus_plant",
"deadbush",
"double_plant",
"leaves",
"leaves2",
"lit_pumpkin",
"melon_block",
"melon_stem",
"potatoes",
"pumpkin",
"pumpkin_stem",
"red_flower",
"red_mushroom",
"crimson_fungus",
"warped_fungus",
"reeds",
"sapling",
"snow_layer",
"sweet_berry_bush",
"tallgrass",
"turtle_egg",
"vine",
"waterlily",
"wheat",
"dandelion",
"azalea",
"flowering_azalea",
"azalea_leaves",
"azalea_leaves_flowered",
"cave_vines",
"cave_vines_body_with_berries",
"cave_vines_head_with_berries",
"small_dripleaf_block",
"big_dripleaf",
"spore_blossom",
"hanging_roots",
"mangrove_leaves",
"pale_hanging_moss",
"cherry_leaves",
"pale_oak_leaves",
"firefly_bush",
"bush"
]
}
}
]
},
"id": "minecraft:break_blocks"
}