remove last reference to cod and allow axolotl to jump

This commit is contained in:
TheOnlyJoeEnderman 2022-10-20 06:54:33 +00:00
parent cc4d0b3c0b
commit e23d4bb7f8
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ local S = minetest.get_translator("extra_mobs")
--################### axolotl
--###################
local cod = {
local axolotl = {
type = "animal",
spawn_class = "water",
can_despawn = true,
@ -65,7 +65,7 @@ random = "extra_mobs_axolotl",
makes_footstep_sound = false,
swim = true,
breathes_in_water = true,
jump = false,
jump = true,
view_range = 16,
runaway = true,
fear_height = 4,