MineClone2/mods/HELP/mcl_tt/init.lua

4 lines
144 B
Lua
Raw Permalink Normal View History

2021-10-13 21:00:06 +02:00
local modpath = minetest.get_modpath(minetest.get_current_modname())
dofile(modpath.."/snippets_base.lua")
dofile(modpath.."/snippets_mcl.lua")