跳转至

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_blocksarray
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"
}
namestring
statesobject
states
<any object property>string
<any object property>integer
tagsexpression_node_string
expression_node_string:
string
block_descriptor:
string