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/LAVA_FLAME_SC.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/LAVA_FLAME_SC.json') diff --git a/items/LAVA_FLAME_SC.json b/items/LAVA_FLAME_SC.json index 5e50b321..59083056 100644 --- a/items/LAVA_FLAME_SC.json +++ b/items/LAVA_FLAME_SC.json @@ -45,8 +45,8 @@ "chance": "2%" }, { - "id": "DYE_FLAME:1", - "chance": "0.0001%" + "id": "DYE_CARMINE", + "chance": "0.00004%" } ] } -- cgit