From e23d4bb7f807157a3cd959620f71dc644dffefb5 Mon Sep 17 00:00:00 2001 From: TheOnlyJoeEnderman Date: Thu, 20 Oct 2022 06:54:33 +0000 Subject: [PATCH] remove last reference to cod and allow axolotl to jump --- axolotl.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,