diff --git a/mod-list.html b/mod-list.html
index db24aca0..bb10e3cc 100644
--- a/mod-list.html
+++ b/mod-list.html
@@ -300,6 +300,7 @@
| cat.js | Cats and cat food | SquareScreamYT |
| cells.js | Several experimental edits of the Cell element | Alice |
| children.js | Pesky little gremlins | Taterbob |
+| coldblooded.js | Lizards, axolotls, snakes, and more | Cube14yt |
| colonies.js | Rockets that contain settlers to terraform a planet | Nekonico |
| crimson.js | Elements relating to the Crimson from Terraria | Alice |
| dogs.js | Simple dog and dog food | hedera-ivy |
diff --git a/mods/coldblooded.js b/mods/coldblooded.js
index 76fdefdb..bff6809a 100644
--- a/mods/coldblooded.js
+++ b/mods/coldblooded.js
@@ -73,7 +73,8 @@ elements.lizard = {
"termite": { elem2: null, func: behaviors.FEEDPIXEL, chance: 0.3 },
"worm": { elem2: null, func: behaviors.FEEDPIXEL },
"bee": { elem2: null, func: eatBee, chance: 0.05 },
- "firefly": { elem2: null, func: eatBee, chance: 0.4},
+ "firefly": { elem2: null, func: eatBee, chance: 0.4},
+ "fish": { elem2: null, func: behaviors.FEEDPIXEL, chance: 0.5 },
"oxygen": {elem2: "carbon_dioxide", chance: 0.5},
"pool_water": {chance: 0.001, elem1: "rotten_meat"},
"dirty_water": {chance: 0.0001, elem1: "rotten_meat"},