From d954ab50b57469c93ad89fab7873973cb6cfdedd Mon Sep 17 00:00:00 2001 From: TretinV3 Date: Fri, 14 Aug 2026 12:47:26 +0200 Subject: [PATCH 1/2] feat (forts): add forts plugin --- .gitmodules | 4 ++++ addons/forts/info.json | 5 +++++ addons/forts/module | 1 + 3 files changed, 10 insertions(+) create mode 100644 addons/forts/info.json create mode 160000 addons/forts/module diff --git a/.gitmodules b/.gitmodules index 9cbf735..b1cf572 100644 --- a/.gitmodules +++ b/.gitmodules @@ -281,3 +281,7 @@ [submodule "addons/lua-bint/module"] path = addons/lua-bint/module url = https://github.com/Yue-bin/lua-bint-type.git +[submodule "addons/forts/module"] + path = addons/forts/module + url = https://github.com/TretinV3/LuaFortsAPI.git + branch = addon diff --git a/addons/forts/info.json b/addons/forts/info.json new file mode 100644 index 0000000..976ee81 --- /dev/null +++ b/addons/forts/info.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "Forts API", + "description": "Annotations for modding Forts (EarthWork Games)" +} \ No newline at end of file diff --git a/addons/forts/module b/addons/forts/module new file mode 160000 index 0000000..6ae6391 --- /dev/null +++ b/addons/forts/module @@ -0,0 +1 @@ +Subproject commit 6ae6391d6262f023a662ddaef103cfc4dbf22443 From 76cb99431e778df343437732c7009ed0824d7c67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 10:57:18 +0000 Subject: [PATCH 2/2] chore: Update Addon Metadata --- addons/forts/info.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/addons/forts/info.json b/addons/forts/info.json index 976ee81..d4ca596 100644 --- a/addons/forts/info.json +++ b/addons/forts/info.json @@ -1,5 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", "name": "Forts API", - "description": "Annotations for modding Forts (EarthWork Games)" -} \ No newline at end of file + "description": "Annotations for modding Forts (EarthWork Games)", + "size": 325226, + "hasPlugin": false +}