From 5885f728b32433e4cae9503ef4bbbe0179fceb30 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:35:04 +0100 Subject: Added new items, fixed pets and some lores (#1126) --- items/PEST_EARTHWORM_MONSTER.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'items/PEST_EARTHWORM_MONSTER.json') diff --git a/items/PEST_EARTHWORM_MONSTER.json b/items/PEST_EARTHWORM_MONSTER.json index 39f20858..aa818cf7 100644 --- a/items/PEST_EARTHWORM_MONSTER.json +++ b/items/PEST_EARTHWORM_MONSTER.json @@ -36,27 +36,27 @@ { "id": "COMPOST:1", "extra": [], - "chance": "4%" + "chance": "10%" }, { "id": "HONEY_JAR:1", "extra": [], - "chance": "4%" + "chance": "10%" }, { "id": "DUNG:1", "extra": [], - "chance": "4%" + "chance": "10%" }, { "id": "PLANT_MATTER:1", "extra": [], - "chance": "4%" + "chance": "10%" }, { "id": "CHEESE_FUEL:1", "extra": [], - "chance": "4%" + "chance": "10%" }, { "id": "VINYL_EARTHWORM_ENSEMBLE:1", @@ -66,7 +66,7 @@ { "id": "ENCHANTED_MELON_BLOCK:1", "extra": [], - "chance": "1%" + "chance": "4%" }, { "id": "BOOKWORM_BOOK:1", -- cgit