Decorative Blocks

You can define a list of blocks that will only act as decoration. Will not drop items or run functions when harvested.

decorative-blocks: [oak_leaves, dirt, oak_slab]

# or block format
decorative-block:
  - oak_leaves
  - dirt
  - oak_slab

Last updated