1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-17 02:00:23 +02:00
server-nalc/mods/hud/init.lua
LeMagnesium 7142fdf3cd Updated hud/hunger while saving our modifications
- Splitted hud into two mods : hud and hunger
2015-04-06 20:38:52 +02:00

9 lines
188 B
Lua
Executable File

hud = {}
local modpath = minetest.get_modpath("hud")
dofile(modpath .. "/api.lua")
dofile(modpath .. "/functions.lua")
dofile(modpath .. "/builtin.lua")
dofile(modpath .. "/legacy.lua")