Overview
Hello Lua Companion is intentionally tiny. Its release metadata requires
example.hello-lua, so the manager can prove dependency lookup before
installing the selected mod.
Starminer modding is not fully stable yet. Use SMMODS and mod packages at your own risk, and bring questions to the official Starminer Discord in modding-discussions.
A small framework-backed mod that depends on Hello Lua. It exists to prove that the public catalog, manager parser, and install flow can carry mod-to-mod dependency metadata.
Hello Lua Companion is intentionally tiny. Its release metadata requires
example.hello-lua, so the manager can prove dependency lookup before
installing the selected mod.
| Version | Target build | Status | Artifact |
|---|---|---|---|
| 0.1.2 | 23435040 | Published static ZIP | f9f9d6d62c410fc5b61a56c972ae8673ae50e232dd977c42b6e09f15cbf81882 |
{
"id": "example.hello-lua-companion",
"name": "Hello Lua Companion",
"version": "0.1.2",
"targetGameBuild": "23435040",
"entrypoints": [
{
"type": "ue4ss-lua",
"path": "Scripts/main.lua"
}
],
"dependencies": {
"starminer.framework": ">=0.5.5",
"example.hello-lua": ">=0.1.1"
},
"loadAfter": [
"starminer.framework",
"example.hello-lua"
]
}