NexoAddon
PolymartSpigotDiscordGithubNexo
  • NexoAddon
  • Components
    • equippable
    • fertilizer
    • jukebox_playable
    • skull_value
  • Mechanics
    • Aura
    • BedrockBreak
    • BigMining
    • BlockAura
    • BottledExp
    • Custom Block Experience
    • Decay
    • Infested
    • KillMessage
    • MiningTools
    • Remember
    • Repair
    • ShiftBlock
    • Signal
    • SpawnerBreak
    • Stackable
    • Unstackable
    • VeinMiner
  • Populators
    • Block Populators
  • Recipes
    • Smithing Recipe
  • Commands
    • Totem Command
  • Settings
    • Double Hit Destroy
    • Bossbar
    • Count shears as silktouch
    • Prevent furniture breaks
    • Delay of Aura Mechanic
    • Default config.yml
Powered by GitBook
On this page
Edit on GitHub
  1. Mechanics

Decay

Decay chorusblock mechanic.

Create unique leaves with Decay Mechanic!

This Mechanic works on every custom_block type

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
PreviousCustom Block ExperienceNextInfested

Last updated 2 months ago