Leaves
Visually modify vanilla leaves.
Configuration Settings
The main configuration for vanilla leaves is in config.yml
:
settings:
vanilla-leaves:
override-enabled: true # Must be true to enable customization
fixed-distance: 7 # 1 to 7
persistent: true # true or false
Explanation
override-enabled: Must be set to
true
to enable vanilla leaves customization.fixed-distance and persistent: Is the blockstate applied to every non-custom leaf blocks. This is necessary to prevent any visual glitch between your vanilla and custom leaves models.
Last updated