cyclops-infobook-html 5.2.2 → 5.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -335,7 +335,7 @@ class IconsGenerator {
|
|
|
335
335
|
sendCommand('offline true');
|
|
336
336
|
// Allow a moment for offline mode to register
|
|
337
337
|
setTimeout(() => {
|
|
338
|
-
sendCommand(`launch neoforge:${this.minecraftVersion} -offline --jvm "-Djava.awt.headless=true"`);
|
|
338
|
+
sendCommand(`launch neoforge:${this.minecraftVersion}:${this.neoforgeVersion} -offline --jvm "-Djava.awt.headless=true"`);
|
|
339
339
|
transitionTo('game_launching');
|
|
340
340
|
}, 1000);
|
|
341
341
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cyclops-infobook-html",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.4",
|
|
4
4
|
"description": "Output Cyclops infobooks as HTML",
|
|
5
5
|
"author": "Ruben Taelman <rubensworks@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"pug": "^3.0.0",
|
|
87
87
|
"rimraf": "^3.0.0",
|
|
88
88
|
"xml2js": "^0.4.19",
|
|
89
|
-
"yauzl": "^
|
|
89
|
+
"yauzl": "^3.3.1"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
92
|
"@rubensworks/eslint-config": "^3.1.0",
|