This repository has been archived on 2023-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
|
-- mcl_decor/init.lua
|
|
|
|
mcl_decor = {}
|
|
|
|
local modpath = minetest.get_modpath(minetest.get_current_modname())
|
|
dofile(modpath.."/api.lua")
|
|
dofile(modpath.."/register.lua")
|