Decay

Decay chorusblock mechanic.

Create unique leaves with Decay Mechanic!

This Mechanic only works on CHORUSBLOCK

Decaying leaves

# Example

Mechanics:
    custom_block:
      type: CHORUSBLOCK
      decay:
        time: 5                  # Try to destroy leaves every x
        chance: 0.2              # Chance of decay
        base:
        - palmtree               # Nexo Custom Block
        - palm_y
        - palm_x
        - palm_z
        - OAK_LOG                # Vanilla Material
        radius: 3                # Radius of checking base items

Last updated