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_EARTHWORM_MONSTER.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'items/PEST_EARTHWORM_MONSTER.json') diff --git a/items/PEST_EARTHWORM_MONSTER.json b/items/PEST_EARTHWORM_MONSTER.json index 5539cf80..b49cc01e 100644 --- a/items/PEST_EARTHWORM_MONSTER.json +++ b/items/PEST_EARTHWORM_MONSTER.json @@ -29,7 +29,7 @@ "type": "drops", "drops": [ { - "id": "ENCHANTED_MELON:1", + "id": "ENCHANTED_MELON:5", "extra": [], "chance": "100%" }, @@ -64,9 +64,9 @@ "chance": "2%" }, { - "id": "ENCHANTED_MELON_BLOCK:1", + "id": "ENCHANTED_MELON_BLOCK:15", "extra": [], - "chance": "4%" + "chance": "0.5%" }, { "id": "BOOKWORM_BOOK:1", @@ -76,7 +76,7 @@ { "id": "DYE_DUNG:1", "extra": [], - "chance": "0.0002%" + "chance": "0.0004%" } ] } -- cgit