forked from epCode/extra_mobs
remove last reference to cod and allow axolotl to jump
This commit is contained in:
parent
cc4d0b3c0b
commit
e23d4bb7f8
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue