From 18b7ec5f443712a844cfb2b9d1c883259a22c62b Mon Sep 17 00:00:00 2001 From: Periapsises <94928308+Periapsises@users.noreply.github.com> Date: Thu, 6 Jun 2024 19:38:24 -0400 Subject: [PATCH 1/3] Add Starfall Ex addon info and module --- .gitmodules | 3 +++ addons/starfallex/info.json | 6 ++++++ addons/starfallex/module | 1 + 3 files changed, 10 insertions(+) create mode 100644 addons/starfallex/info.json create mode 160000 addons/starfallex/module diff --git a/.gitmodules b/.gitmodules index 2e7aade..1215720 100644 --- a/.gitmodules +++ b/.gitmodules @@ -180,3 +180,6 @@ [submodule "addons/fenster/module"] path = addons/fenster/module url = https://github.com/jonasgeiler/lua-fenster-type-definitions.git +[submodule "addons/starfallex/module"] + path = addons/starfallex/module + url = https://github.com/Periapsises/Starfall-LLS diff --git a/addons/starfallex/info.json b/addons/starfallex/info.json new file mode 100644 index 0000000..b073127 --- /dev/null +++ b/addons/starfallex/info.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "Starfall Ex", + "description": "Definitions for the Starfall Ex addon from Garry's Mod." +} + \ No newline at end of file diff --git a/addons/starfallex/module b/addons/starfallex/module new file mode 160000 index 0000000..bb95234 --- /dev/null +++ b/addons/starfallex/module @@ -0,0 +1 @@ +Subproject commit bb952346da0ed7b9ff16d3205ef1bcfd8badf4f2 From 5d1dade237e26cb2f6e32b9d329cf7a9b396b2e9 Mon Sep 17 00:00:00 2001 From: Periapsises <94928308+Periapsises@users.noreply.github.com> Date: Thu, 6 Jun 2024 19:49:43 -0400 Subject: [PATCH 2/3] Use the addon branch --- addons/starfallex/module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/starfallex/module b/addons/starfallex/module index bb95234..b0e7bd8 160000 --- a/addons/starfallex/module +++ b/addons/starfallex/module @@ -1 +1 @@ -Subproject commit bb952346da0ed7b9ff16d3205ef1bcfd8badf4f2 +Subproject commit b0e7bd8e2de6abbac90d1984f76f98ab249d9684 From f7724e6bacda00f279f412b264b62feec26bbb3f Mon Sep 17 00:00:00 2001 From: Periapsises <94928308+Periapsises@users.noreply.github.com> Date: Thu, 6 Jun 2024 21:41:25 -0400 Subject: [PATCH 3/3] Update with StyLua changes --- addons/starfallex/module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/starfallex/module b/addons/starfallex/module index b0e7bd8..dfba6be 160000 --- a/addons/starfallex/module +++ b/addons/starfallex/module @@ -1 +1 @@ -Subproject commit b0e7bd8e2de6abbac90d1984f76f98ab249d9684 +Subproject commit dfba6bebe09d78c9e5592cfe50ee01ff86160035