MineClone2Client/init.lua

7 lines
177 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-09-18 22:30:45 +02:00
for _, f in ipairs{"sprint", "fire"} do
2021-03-05 09:25:30 +01:00
dofile(modpath .. "/" .. f .. ".lua")
end