diff --git a/.gitmodules b/.gitmodules index bdad8791..724f4aa5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -122,9 +122,6 @@ [submodule "addons/halion/module"] path = addons/halion/module url = https://github.com/misohoza/halion.git -[submodule "addons/luanti/module"] - path = addons/luanti/module - url = https://git.sr.ht/~fgaz/luanti-lls-definitions [submodule "addons/REFramework-LLS/module"] path = addons/REFramework-LLS/module url = https://github.com/youwereeatenbyalid/REFramework-LLS.git @@ -251,3 +248,6 @@ [submodule "addons/celeste-bosses-helper/module"] path = addons/celeste-bosses-helper/module url = https://github.com/TheDavSmasher/bosses-helper-addon +[submodule "addons/Luanti/module"] + path = addons/Luanti/module + url = https://github.com/Voxrame/luanti-ide-helper.git diff --git a/addons/Luanti/info.json b/addons/Luanti/info.json new file mode 100644 index 00000000..69d7a4da --- /dev/null +++ b/addons/Luanti/info.json @@ -0,0 +1,8 @@ +{ + "$schema": + "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": + "Luanti", + "description": + "All autocomletions and documentation for the Luanti Engine (formerly Minetest) Lua API" +} diff --git a/addons/Luanti/module b/addons/Luanti/module new file mode 160000 index 00000000..61337d5f --- /dev/null +++ b/addons/Luanti/module @@ -0,0 +1 @@ +Subproject commit 61337d5f3d80fcaef16df72f5b0d5e51db52c68c diff --git a/addons/luanti/info.json b/addons/luanti/info.json deleted file mode 100644 index 90df29e7..00000000 --- a/addons/luanti/info.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", - "name": "Luanti", - "description": "Definitions for the Luanti (formerly Minetest) Lua API", - "size": 510069, - "hasPlugin": false -} diff --git a/addons/luanti/module b/addons/luanti/module deleted file mode 160000 index 9b363a3b..00000000 --- a/addons/luanti/module +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9b363a3ba723699618504ea2a1752c47c44e0a71