13 lines
203 B
Lua
Raw Normal View History

2017-01-12 06:27:31 +10:00
hud = {}
local path = minetest.get_modpath("hud")
dofile(path .. "/api.lua")
dofile(path .. "/builtin.lua")
dofile(path .. "/legacy.lua")
if hud.item_wheel then
dofile(path .. "/itemwheel.lua")
end