mcl_decor-french_translation/init.lua

13 lines
303 B
Lua

-- mcl_decor/init.lua
mcl_decor = {}
local modpath = minetest.get_modpath(minetest.get_current_modname())
-- load files
dofile(modpath.."/api.lua")
dofile(modpath.."/wooden.lua")
dofile(modpath.."/colored.lua")
dofile(modpath.."/paths.lua")
dofile(modpath.."/hedges.lua")
dofile(modpath.."/misc.lua")