1 2 3 4 5 6 7 8 9 10 11
hud = {} local modpath = minetest.get_modpath("hud") dofile(modpath .. "/api.lua") dofile(modpath .. "/functions.lua") dofile(modpath .. "/builtin.lua") dofile(modpath .. "/legacy.lua") if hud.item_wheel then dofile(modpath .. "/itemwheel.lua") end