From 8902ea8ce1d07da998a98311a0bb09041ef3af55 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 24 Feb 2023 13:56:05 +0100 Subject: Added 2 new dyes, added flame dye/koi to drops and fixed lava blaze a… (#903) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added 2 new dyes, added flame dye/koi to drops and fixed lava blaze and pigman drops * wtf branch name wrong!1!1!1! * Added new barn skin --- items/LAVA_LEECH_SC.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'items/LAVA_LEECH_SC.json') diff --git a/items/LAVA_LEECH_SC.json b/items/LAVA_LEECH_SC.json index ce9e153d..fcfbd1ba 100644 --- a/items/LAVA_LEECH_SC.json +++ b/items/LAVA_LEECH_SC.json @@ -43,6 +43,10 @@ { "id": "BLADE_OF_THE_VOLCANO", "chance": "5%" + }, + { + "id": "PITCHIN_KOI", + "chance": "0.4%" } ] } -- cgit