Rename mobs mod to mcl_mobs
This commit is contained in:
parent
dafba9a07c
commit
34e92a361b
38 changed files with 39 additions and 44 deletions
13
mods/ENTITIES/mcl_mobs/init.lua
Normal file
13
mods/ENTITIES/mcl_mobs/init.lua
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
local path = minetest.get_modpath(minetest.get_current_modname())
|
||||
|
||||
-- Mob API
|
||||
dofile(path .. "/api.lua")
|
||||
|
||||
-- Rideable Mobs
|
||||
dofile(path .. "/mount.lua")
|
||||
|
||||
-- Mob Items
|
||||
dofile(path .. "/crafts.lua")
|
||||
|
||||
minetest.log("action", "[MOD] Mobs Redo: MineClone 2 Edition loaded")
|
Loading…
Add table
Add a link
Reference in a new issue