This repository has been archived on 2023-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
|
|
|
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")
|