đĒŖ Liquid Flowable Block
Liquid Flowable Block can be washed away by water or lava, like grass or torches. When liquid flows into it, the block is destroyed and replaced with the fluid.
- Water: the block drops as an item if
drop_itemistrue. - Lava: the block is always destroyed without dropping items (lava burns them); a lava conversion effect plays instead.
Exampleâ
blocks:
default:amethyst_torch:
behavior:
type: liquid_flowable_block
drop_item: true # drop items when washed away by water (default true)