🍁 Leaves Block

🍁 Leaves Block possess three properties: distance (the distance from the tree trunk), persistent (whether the block can exist permanently), and waterlogged (whether the block contains water [optional]). The distance property enables naturally generated leaves to decay over time, while the persistent property ensures that player-placed leaves remain permanently.

blocks:
  default:palm_leaves:
    behavior:
      type: leaves_block

Last updated