axolotls are no longer mislabelled as passive

This commit is contained in:
TheOnlyJoeEnderman 2022-11-06 02:18:47 +00:00
parent 4695707188
commit 6e328153d4
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ local axolotl = {
type = "animal",
spawn_class = "water",
can_despawn = true,
passive = true,
passive = false,
hp_min = 14,
hp_max = 14,
xp_min = 1,