Skip to content

Getting Started

Starman edited this page Jul 16, 2026 · 7 revisions

You can use the block-breaking type by simply specifying cdb:break_block as the type in the on_block_hit object.

  "on_block_hit": {
    "type": "cdb:break_block",
    "tag": "cdb:breakable_by_cannon"
  }

And yes! This object now supports tags for convenience!

Clone this wiki locally