From 7be17da68991d2a057b03d14eca21fc7fc443bfb Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Thu, 3 Aug 2023 19:24:27 +0200 Subject: Added water ch sea creatures --- constants/SeaCreatures.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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": { -- cgit