We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edbcc05 commit 839ad69Copy full SHA for 839ad69
1 file changed
lib/icon/IconsGenerator.ts
@@ -332,7 +332,7 @@ export class IconsGenerator {
332
sendCommand('offline true');
333
// Allow a moment for offline mode to register
334
setTimeout(() => {
335
- sendCommand(`launch neoforge:${this.minecraftVersion} -offline --jvm "-Djava.awt.headless=true"`);
+ sendCommand(`launch neoforge:${this.minecraftVersion}:${this.neoforgeVersion} -offline --jvm "-Djava.awt.headless=true"`);
336
transitionTo('game_launching');
337
}, 1000);
338
}
0 commit comments