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/NUTCRACKER_SC.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'items/NUTCRACKER_SC.json') diff --git a/items/NUTCRACKER_SC.json b/items/NUTCRACKER_SC.json index b867baaa..faf0b70e 100644 --- a/items/NUTCRACKER_SC.json +++ b/items/NUTCRACKER_SC.json @@ -48,6 +48,11 @@ { "id": "WATER_LILY:120", "chance": "50%" + }, + { + "id": "DYE_ICEBERG", + "extra": [], + "chance": "0.0002%" } ] } -- cgit