mcl_decor-french_translation/init.lua

13 lines
303 B
Lua
Raw Permalink Normal View History

2022-02-22 10:30:42 +01:00
-- mcl_decor/init.lua
mcl_decor = {}
local modpath = minetest.get_modpath(minetest.get_current_modname())
-- load files
2022-02-22 10:30:42 +01:00
dofile(modpath.."/api.lua")
dofile(modpath.."/wooden.lua")
dofile(modpath.."/colored.lua")
dofile(modpath.."/paths.lua")
dofile(modpath.."/hedges.lua")
dofile(modpath.."/misc.lua")