mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-10-28 20:28:21 +01:00
4 lines
No EOL
144 B
Lua
4 lines
No EOL
144 B
Lua
local modpath = minetest.get_modpath(minetest.get_current_modname())
|
|
|
|
dofile(modpath.."/snippets_base.lua")
|
|
dofile(modpath.."/snippets_mcl.lua") |