Complete Remake of the Modpack

This commit is contained in:
2025-05-16 00:38:39 -04:00
parent db58ebbefb
commit a57e637d5f
10423 changed files with 13308 additions and 2630183 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
[General]
gameName=spt
modid=0
version=d2024.12.16.0
version=d2025.5.14.0
newestVersion=
category="1,"
category="-1,"
nexusFileStatus=1
installationFile=acidphantasm-brightlasers.zip
repository=Nexus
@@ -15,7 +15,7 @@ url=
hasCustomURL=false
lastNexusQuery=
lastNexusUpdate=
nexusLastModified=2024-12-16T06:21:37Z
nexusLastModified=2025-05-14T13:40:48Z
nexusCategory=0
converted=false
validated=false
@@ -1,11 +1,11 @@
{
"name": "BrightLasers",
"version": "1.2.0",
"version": "1.3.0",
"main": "src/mod.js",
"isBundleMod": true,
"license": "MIT",
"author": "acidphantasm",
"sptVersion": "~3.10",
"sptVersion": "~3.11",
"loadBefore": [],
"loadAfter": [],
"incompatibilities": [],
@@ -16,16 +16,15 @@
"buildinfo": "node ./build.mjs --verbose"
},
"devDependencies": {
"@types/node": "20.11",
"@types/node": "22.10.5",
"@typescript-eslint/eslint-plugin": "7.2",
"@typescript-eslint/parser": "7.2",
"archiver": "^6.0",
"eslint": "8.57",
"fs-extra": "11.2",
"ignore": "^5.2",
"os": "^0.1",
"tsyringe": "4.8.0",
"typescript": "5.4",
"winston": "3.12"
"typescript": "5.7.3",
"winston": "3.17.0"
}
}
@@ -1,15 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class BrightLasers {
mod;
constructor() {
this.mod = "acidphantasm-brightlasers"; // Set name of mod so we can log it to console later
}
postSptLoad(container) {
// get the logger from the server container
const logger = container.resolve("WinstonLogger");
logger.log(`[${this.mod}] Bundle loaded.`, "green");
}
}
module.exports = { mod: new BrightLasers() };
//# sourceMappingURL=mod.js.map