From 84c6756c667aece1fdfddd3d6777276ff8f0428b Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:25:57 +0200 Subject: feat: Dye chances on 110 mobs (#1381) * feat: Dye chances on 110 mobs * fix: Double % --- items/FLAMING_WORM_SC.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/FLAMING_WORM_SC.json') diff --git a/items/FLAMING_WORM_SC.json b/items/FLAMING_WORM_SC.json index 31e01159..6c74e0e1 100644 --- a/items/FLAMING_WORM_SC.json +++ b/items/FLAMING_WORM_SC.json @@ -48,7 +48,7 @@ }, { "id": "DYE_CARMINE", - "chance": "0.000005%" + "chance": "0.00002%" } ] } -- cgit