forked from VoxeLibre/VoxeLibre
add axolotl
This commit is contained in:
parent
92d4e4f1e1
commit
77bf8e0fb0
|
@ -96,6 +96,7 @@ mobs_mc.water_level = tonumber(minetest.settings:get("water_level")) or 0
|
|||
|
||||
-- Animals
|
||||
local path = minetest.get_modpath("mobs_mc")
|
||||
dofile(path .. "/axolotl.lua") -- Mesh, Texture and animation by JoeEnderman
|
||||
dofile(path .. "/bat.lua") -- Mesh and animation by toby109tt / https://github.com/22i
|
||||
dofile(path .. "/rabbit.lua") -- Mesh and animation byExeterDad
|
||||
dofile(path .. "/chicken.lua") -- Mesh and animation by Pavel_S
|
||||
|
|
Loading…
Reference in New Issue