Skip to main content

đŸĒ“ Strippable Block

Strippable Block can be stripped by right-clicking with an axe, like vanilla logs. It transforms into the stripped block while keeping the original block's property values — except for those listed in excluded_properties, which are left at the target block's defaults.

Example​

blocks:
default:palm_log:
behavior:
type: strippable_block
stripped: default:stripped_palm_log # the block to transform into when stripped (required)
excluded_properties: [] # properties to skip copying from the original (default empty)

info

The original block's properties are carried over, except for those listed in excluded_properties — these stay at the target block's defaults.