From c607f6c35b7b9133906960a65d7ff047691c286a Mon Sep 17 00:00:00 2001 From: Kredwi Date: Mon, 23 Mar 2026 12:03:16 +0900 Subject: [PATCH] new branch --- src/main/resources/config.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index d4034ac..88635d4 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -7,14 +7,14 @@ bush: break-time: 5 # Time in seconds required to hold right-click to harvest final-action: ONLY_DROP # SET_TO_MINIMAL, ONLY_DROP, or BREAK max-click-interval: 250 # Max time in milliseconds between clicks before reset - sound: - instrument: ENTITY_SHEEP_SHEAR # Sound of break bush - bush: BLOCK_SWEET_BERRY_BUSH_BREAK - particle: - enable: true - particle: BLOCK_DUST - count-stage: 64 - count-last: 194 + sound: # seciton of sounds + instrument: ENTITY_SHEEP_SHEAR # bukkit particle name for break instrument + bush: BLOCK_SWEET_BERRY_BUSH_BREAK # bukkit particle name for break bush + particle: # section of particles + enable: true # enalbe particles + particle: BLOCK_DUST # bukkit particle name + count-stage: 64 # number of count particles for stages + count-last: 194 # number of count particles for last stage # Section of addons depend: