14 lines
339 B
Lua

-- Crafting stuff
dofile(minetest.get_modpath("rp_mobs_mobs").."/crafts.lua")
-- Animals
dofile(minetest.get_modpath("rp_mobs_mobs").."/boar.lua")
-- Monsters (TODO)
-- Dummy mob used only for testing
dofile(minetest.get_modpath("rp_mobs_mobs").."/dummy.lua")
-- Other
dofile(minetest.get_modpath("rp_mobs_mobs").."/achievements.lua")