mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-06 01:35:05 +00:00
12 lines
197 B
Lua
12 lines
197 B
Lua
|
|
||
|
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")
|