Skip to content

Commit 81281f8

Browse files
Add ftl-hyperspace addon (#255)
* add ftl-hyperspace addon * chore: Update Addon Metadata * change name * forgot to specify runtime lua version * chore: Update Addon Metadata --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5b3cd2a commit 81281f8

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,6 @@
231231
path = addons/X4/module
232232
url = https://github.com/chemodun/X4-LuaLSAddon.git
233233
branch = publish
234+
[submodule "addons/ftl-hyperspace/module"]
235+
path = addons/ftl-hyperspace/module
236+
url = https://github.com/ranhai613/ftl-hs-lua-lls-addon.git

addons/ftl-hyperspace/info.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
3+
"name": "FTL: Hyperspace",
4+
"description": "Definitions for FTL: Hyperspace lua api.",
5+
"size": 349235,
6+
"hasPlugin": false
7+
}

addons/ftl-hyperspace/module

Submodule module added at 37addf9

0 commit comments

Comments
 (0)