Bumps [mods/mff/mff_hud](https://github.com/MinetestForFun/mff_hud) from `15e47f3` to `ad3d984`.
- [Release notes](https://github.com/MinetestForFun/mff_hud/releases)
- [Commits](15e47f354b...ad3d984c7a
)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
- MFF-specific mods folder
** Code convention
All MFF mods must be in the mff
global table, and thus shall depend on the mff_core mod first defining it.
The reason for this is to allow introspection using mff_introspect to track bugs at runtime, and more generally to define a code namespace.