mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-04 14:53:51 +01:00
4 lines
144 B
Lua
4 lines
144 B
Lua
local modpath = minetest.get_modpath(minetest.get_current_modname())
|
|
|
|
dofile(modpath.."/snippets_base.lua")
|
|
dofile(modpath.."/snippets_mcl.lua") |