diff --git a/.gitmodules b/.gitmodules index bdad879..d7101f8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ +[submodule "addons/luanti-full-api/module"] + path = addons/luanti-full-api/module + url = https://github.com/Voxrame/luanti-ide-helper.git + [submodule "addons/busted/module"] path = addons/busted/module url = https://github.com/LuaCATS/busted.git diff --git a/addons/luanti-full-api/info.json b/addons/luanti-full-api/info.json new file mode 100644 index 0000000..3cf2c73 --- /dev/null +++ b/addons/luanti-full-api/info.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "Luanti Full API", + "description": "All autocomletions and documentation for the Luanti Engine (formerly Minetest) Lua API", + "size": 16599012, + "hasPlugin": false +} diff --git a/addons/luanti-full-api/module b/addons/luanti-full-api/module new file mode 160000 index 0000000..45d1ff3 --- /dev/null +++ b/addons/luanti-full-api/module @@ -0,0 +1 @@ +Subproject commit 45d1ff393c31f71ffcb2271d87bdcfdb10b65bfd