aoe_blocks

aoe_blocks

触发效果

aoe 类似,只是作用的对象是方块而不是实体。

示例配置

- id: aoe
  args:
    effects: # The effects to run for each block
      - id: break_block
    shape: beam # The shape of the AOE area (see above)
    radius: 3 # The radius of the cone (see above)
    distance: 15 # The length of the beam (see above)
    pierce_blocks: true # If the beam should pass through blocks (see above)
    pierce_entities: true # If the beam should pass through entities (see

Last updated