diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-03 19:24:27 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-03 19:24:27 +0200 |
commit | 7be17da68991d2a057b03d14eca21fc7fc443bfb (patch) | |
tree | 4beced238e290952d644e2a28d1f49113993e8d2 | |
parent | 67ded71056833e6c0419e7cf83361c95757d9fc1 (diff) | |
download | SkyHanni-REPO-7be17da68991d2a057b03d14eca21fc7fc443bfb.tar.gz SkyHanni-REPO-7be17da68991d2a057b03d14eca21fc7fc443bfb.tar.bz2 SkyHanni-REPO-7be17da68991d2a057b03d14eca21fc7fc443bfb.zip |
Added water ch sea creatures
-rw-r--r-- | constants/SeaCreatures.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/constants/SeaCreatures.json b/constants/SeaCreatures.json index bf48aa6..0c3c6b2 100644 --- a/constants/SeaCreatures.json +++ b/constants/SeaCreatures.json @@ -165,6 +165,23 @@ } } }, + "WATER_CRYSTAL_HOLLOWS": { + "chat_color": "§b", + "sea_creatures": { + "Zombie Miner": { + "chat_message": "§aA Zombie Miner surfaces!", + "fishing_experience": 0 + }, + "Water Worm": { + "chat_message": "§aA Water Worm surfaces", + "fishing_experience": 0 + }, + "Poisoned Water Worm": { + "chat_message": "§aA Poisoned Water Worm surfaces", + "fishing_experience": 0 + } + } + }, "LAVA_CRIMSON_ISLE": { "chat_color": "§c", "sea_creatures": { |