mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-03 17:10:27 +01:00
7142fdf3cd
- Splitted hud into two mods : hud and hunger
9 lines
188 B
Lua
Executable File
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")
|
|
|