minecraft:break_blocks¶
文档版本:1.21.0.24
Specifies the blocks that this entity can break as it moves around.
架构¶
minecraft:break_blocks:
{
array "breakable_blocks" : opt
{
block_descriptor "<any array element>"
}
}
breakable_blocks
:array- A list of the blocks that can be broken as this entity moves around.
breakable_blocks
<any array element>
:block_descriptor
block_descriptor:
{
string "name" : opt
object "states" : opt
{
string "<any object property>" : opt
integer "<any object property>" : opt
}
expression_node_string "tags"
}
name
:string
states
:object
states
<any object property>
:string
<any object property>
:integer
tags
:expression_node_string