diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-11-20 13:06:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-20 12:06:43 +0000 |
| commit | 105fa1b5659244f5ebfe64b80ad0d1bb09e88cdb (patch) | |
| tree | 60b7767e468fbd83743d324aa0e082feb0da7edb /items/PEST_MITE_MONSTER.json | |
| parent | d2a3299dd4e5956588c23ed6017b1ebb1493701f (diff) | |
| download | NotEnoughUpdates-REPO-105fa1b5659244f5ebfe64b80ad0d1bb09e88cdb.tar.gz NotEnoughUpdates-REPO-105fa1b5659244f5ebfe64b80ad0d1bb09e88cdb.tar.bz2 NotEnoughUpdates-REPO-105fa1b5659244f5ebfe64b80ad0d1bb09e88cdb.zip | |
fix: Pest Drops, Forge Times and Glacite Golem craft chance (#1447)
Diffstat (limited to 'items/PEST_MITE_MONSTER.json')
| -rw-r--r-- | items/PEST_MITE_MONSTER.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/PEST_MITE_MONSTER.json b/items/PEST_MITE_MONSTER.json index 603e9394..0f1a0a76 100644 --- a/items/PEST_MITE_MONSTER.json +++ b/items/PEST_MITE_MONSTER.json @@ -29,7 +29,7 @@ "type": "drops", "drops": [ { - "id": "ENCHANTED_CACTUS_GREEN:1", + "id": "ENCHANTED_CACTUS_GREEN:2", "extra": [], "chance": "100%" }, @@ -64,9 +64,9 @@ "chance": "2%" }, { - "id": "ENCHANTED_CACTUS:1", + "id": "ENCHANTED_CACTUS:6", "extra": [], - "chance": "2%" + "chance": "0.5%" }, { "id": "ATMOSPHERIC_FILTER:1", @@ -76,7 +76,7 @@ { "id": "DYE_DUNG:1", "extra": [], - "chance": "0.0002%" + "chance": "0.0004%" } ] } |
