đĒ 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.