From b6831f818c7c5c24b491f0bf7c64edb9e4bce9ec Mon Sep 17 00:00:00 2001 From: ChunkyAtlas Date: Tue, 6 May 2025 22:01:18 -0600 Subject: [PATCH] update chance-man to v2.1.6 (#7935) * Update chance-man to v2.1.6 - consolidate onConfigChanged handlers into switch-case for tradeable item refresh - add Silver Bar and Gold Bar to SkillItems - add tick.wav for the roll animation - reduce roll time/speed/deacceleration time/minimum speed - add configOption "enableRollSounds" * Update chance-man - fix tick.wav resource path to /com/chanceman/tick.wav - add destroy option to bank --- plugins/chance-man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chance-man b/plugins/chance-man index 68296a2ac..cc521c4ca 100644 --- a/plugins/chance-man +++ b/plugins/chance-man @@ -1,2 +1,2 @@ repository=https://github.com/ChunkyAtlas/chance-man.git -commit=1c255ab00b0d34b75093b5ee7c0b5b0b4454ec52 +commit=8fe1f34dc5f0e8d6bae4293d3135f89e3f6a2803