MineClone2Client/init.lua

7 lines
171 B
Lua
Raw Normal View History

2021-03-05 09:25:30 +01:00
local modname = minetest.get_current_modname()
local modpath = minetest.get_modpath(modname)
2021-03-04 15:07:58 +01:00
2021-03-05 09:25:30 +01:00
for _, f in ipairs({"sprint"}) do
dofile(modpath .. "/" .. f .. ".lua")
end