These files are built for use with the VS Code Lua language server so that you can take advantage of Intellisense, built-in API documentation, and type hints.
Hints for use:
- Please don't bundle this with your mods, because that's an unnecessary bloat on your mod's size, but feel free to bundle it with relevant VS Code extensions.
- Do not import it, that'll screw up your mod and every other mod and maybe the engine itself as soon as your mod loads. Use the
---@module
file annotation, the library setting, or (preferably) an extension that has the libraries bundled.
Note that, at present, the files only cover Minetest 5.5.1 and the (server-side) Modding API. It does not and probably will not support texture modifiers or formspecs; for that, you should use the [Minetest Tools extension](https://marketplace.visualstudio.com/items?itemName