From 277e3a388f8e4f7a89c4b4c24ddb83c3e0a9119e Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Sat, 13 Apr 2019 00:03:44 -0400 Subject: [PATCH] working on elk_legacy --- patches/mods-stopgap/elk_legacy/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/mods-stopgap/elk_legacy/init.lua b/patches/mods-stopgap/elk_legacy/init.lua index 0946b24..22373f7 100644 --- a/patches/mods-stopgap/elk_legacy/init.lua +++ b/patches/mods-stopgap/elk_legacy/init.lua @@ -1,6 +1,6 @@ -- ../generatemod.py (EnlivenMinetest) generated -- the original version of this file. -if minetest.get_modpath("codermobs") ~= nil +if minetest.get_modpath("codermobs") ~= nil then mobs:alias_mob("codermobs:elk_male", "codermobs:elk") end -- minetest.register_alias("codermobs:elk_male", "codermobs:elk")