diff options
author | Mr.Nightmare <44095205+MrNightmare03@users.noreply.github.com> | 2023-01-13 14:14:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-14 00:14:35 +1100 |
commit | 3ed2c09a08b0a0d15410d418f4707f0a4b4981f1 (patch) | |
tree | d8e802dd46110cce70f1cea64eb451a3f4815325 /items/ZOMBIE_MINER_SC.json | |
parent | 3b41020361c41a437bf9a7e67e7ea44d81533299 (diff) | |
download | NotEnoughUpdates-REPO-3ed2c09a08b0a0d15410d418f4707f0a4b4981f1.tar.gz NotEnoughUpdates-REPO-3ed2c09a08b0a0d15410d418f4707f0a4b4981f1.tar.bz2 NotEnoughUpdates-REPO-3ed2c09a08b0a0d15410d418f4707f0a4b4981f1.zip |
Piscary 6, Zombie Miner, Water Hydra and Divine Gift fix (#885)
Co-authored-by: jani270 <jani270@gmx.de>
Diffstat (limited to 'items/ZOMBIE_MINER_SC.json')
-rw-r--r-- | items/ZOMBIE_MINER_SC.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/items/ZOMBIE_MINER_SC.json b/items/ZOMBIE_MINER_SC.json index fb0feab3..926ed4a7 100644 --- a/items/ZOMBIE_MINER_SC.json +++ b/items/ZOMBIE_MINER_SC.json @@ -58,8 +58,12 @@ { "id": "ROUGH_SAPPHIRE_GEM:20", "chance": "100%" + }, + { + "id": "PISCARY;6", + "chance": "0.5%" } ] } ] -}
\ No newline at end of file +} |