Merge pull request #1142 from Cube14yt/main

Bugfix + adding my mod to mod list
This commit is contained in:
slweeb 2025-06-16 20:29:53 -04:00 committed by GitHub
commit 9aa64e96ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -300,6 +300,7 @@
<tr><td>cat.js</td><td>Cats and cat food</td><td>SquareScreamYT</td></tr>
<tr><td>cells.js</td><td>Several experimental edits of the Cell element</td><td>Alice</td></tr>
<tr><td>children.js</td><td>Pesky little gremlins</td><td>Taterbob</td></tr>
<tr><td>coldblooded.js</td><td>Lizards, axolotls, snakes, and more</td><td>Cube14yt</td></tr>
<tr><td>colonies.js</td><td>Rockets that contain settlers to terraform a planet</td><td>Nekonico</td></tr>
<tr><td>crimson.js</td><td>Elements relating to the Crimson from Terraria</td><td>Alice</td></tr>
<tr><td>dogs.js</td><td>Simple dog and dog food</td><td>hedera-ivy</td></tr>

View File

@ -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"},