Fix: Env arg INST_NEOFORGE is missing in custom commands. (#2723)
This commit is contained in:
@@ -503,6 +503,9 @@ public class DefaultLauncher extends Launcher {
|
||||
if (analyzer.has(LibraryAnalyzer.LibraryType.FORGE)) {
|
||||
env.put("INST_FORGE", "1");
|
||||
}
|
||||
if (analyzer.has(LibraryAnalyzer.LibraryType.NEO_FORGE)) {
|
||||
env.put("INST_NEOFORGE", "1");
|
||||
}
|
||||
if (analyzer.has(LibraryAnalyzer.LibraryType.LITELOADER)) {
|
||||
env.put("INST_LITELOADER", "1");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user