From 105fa1b5659244f5ebfe64b80ad0d1bb09e88cdb Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 20 Nov 2024 13:06:43 +0100 Subject: fix: Pest Drops, Forge Times and Glacite Golem craft chance (#1447) --- items/PEST_RAT_MONSTER.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'items/PEST_RAT_MONSTER.json') diff --git a/items/PEST_RAT_MONSTER.json b/items/PEST_RAT_MONSTER.json index eb63ec2d..3969cec2 100644 --- a/items/PEST_RAT_MONSTER.json +++ b/items/PEST_RAT_MONSTER.json @@ -16,7 +16,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Rat(Pest)" + "https://wiki.hypixel.net/Rat_(Pest)" ], "crafttext": "", "recipes": [ @@ -65,9 +65,9 @@ "chance": "2%" }, { - "id": "POLISHED_PUMPKIN:1", + "id": "POLISHED_PUMPKIN:3", "extra": [], - "chance": "1%" + "chance": "0.5%" }, { "id": "RAT;4:1", @@ -77,7 +77,7 @@ { "id": "DYE_DUNG:1", "extra": [], - "chance": "0.0002%" + "chance": "0.0004%" } ] } -- cgit