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
|
--################### axolotl
|
||||||
--###################
|
--###################
|
||||||
|
|
||||||
local cod = {
|
local axolotl = {
|
||||||
type = "animal",
|
type = "animal",
|
||||||
spawn_class = "water",
|
spawn_class = "water",
|
||||||
can_despawn = true,
|
can_despawn = true,
|
||||||
|
@ -65,7 +65,7 @@ random = "extra_mobs_axolotl",
|
||||||
makes_footstep_sound = false,
|
makes_footstep_sound = false,
|
||||||
swim = true,
|
swim = true,
|
||||||
breathes_in_water = true,
|
breathes_in_water = true,
|
||||||
jump = false,
|
jump = true,
|
||||||
view_range = 16,
|
view_range = 16,
|
||||||
runaway = true,
|
runaway = true,
|
||||||
fear_height = 4,
|
fear_height = 4,
|
||||||
|
|
Loading…
Reference in New Issue