diff --git a/axolotl.lua b/axolotl.lua index 3445f9a..27ebb22 100644 --- a/axolotl.lua +++ b/axolotl.lua @@ -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,