Skip to main content

🚟 Hanging Block

Hanging Block attaches to the underside of another block, like a dripstone. If the supporting block above is removed, the hanging block breaks.

WhatHow
Blacklist mode (blacklist: true)The block can hang from any block except those listed.
Whitelist mode (blacklist: false)The block can only hang from blocks listed.

It can optionally stack: when stackable is enabled, hanging blocks of the same type can chain downward from each other up to max_height.

Example​

blocks:
default:stalactites:
behavior:
type: hanging_block
blacklist: false # true = blacklist, false = whitelist
stackable: false # allow same-type chaining downward
max_height: 0 # max chain length, only meaningful when stackable is true (>1 required)
delay: 0 # check delay in ticks, 0 = instant break
above_blocks: # specific blocks to check above (optional)
- custom:xxx
- minecraft:stone
above_block_tags: # block tags to check above (optional)
- minecraft:dirt