From 92a98cd5e133c3c73e0eea86c9613003fc0dc026 Mon Sep 17 00:00:00 2001 From: Alexander Chibrikin Date: Mon, 20 Oct 2025 19:09:17 +0300 Subject: [PATCH 1/2] Add addon "Luanti Full API". Replaces #285 --- .gitmodules | 4 ++++ addons/luanti-full-api/info.json | 8 ++++++++ addons/luanti-full-api/module | 1 + 3 files changed, 13 insertions(+) create mode 100644 addons/luanti-full-api/info.json create mode 160000 addons/luanti-full-api/module 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..3cc7ae7 --- /dev/null +++ b/addons/luanti-full-api/info.json @@ -0,0 +1,8 @@ +{ + "$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" +} 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 From 0b31487c8c91c9f2df85011f5bf6030494c5b263 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 16:16:50 +0000 Subject: [PATCH 2/2] chore: Update Addon Metadata --- addons/luanti-full-api/info.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/addons/luanti-full-api/info.json b/addons/luanti-full-api/info.json index 3cc7ae7..3cf2c73 100644 --- a/addons/luanti-full-api/info.json +++ b/addons/luanti-full-api/info.json @@ -1,8 +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" + "$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 }