Skip to content

Commit 839ad69

Browse files
committed
Update launch command to include neoforge version
1 parent edbcc05 commit 839ad69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/icon/IconsGenerator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ export class IconsGenerator {
332332
sendCommand('offline true');
333333
// Allow a moment for offline mode to register
334334
setTimeout(() => {
335-
sendCommand(`launch neoforge:${this.minecraftVersion} -offline --jvm "-Djava.awt.headless=true"`);
335+
sendCommand(`launch neoforge:${this.minecraftVersion}:${this.neoforgeVersion} -offline --jvm "-Djava.awt.headless=true"`);
336336
transitionTo('game_launching');
337337
}, 1000);
338338
}

0 commit comments

Comments
 (0)