diff options
| -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": { |
