File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/main/kotlin/link/infra/packwiz/installer Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ class LauncherUtils internal constructor(private val opts: UpdateManager.Options
48
48
val modLoaders = hashMapOf(
49
49
" net.minecraft" to " minecraft" ,
50
50
" net.minecraftforge" to " forge" ,
51
+ " net.neoforged" to " neoforge" ,
51
52
" net.fabricmc.fabric-loader" to " fabric" ,
52
53
" org.quiltmc.quilt-loader" to " quilt" ,
53
54
" com.mumfrey.liteloader" to " liteloader"
@@ -59,6 +60,7 @@ class LauncherUtils internal constructor(private val opts: UpdateManager.Options
59
60
" org.lwjgl" to - 1 ,
60
61
" org.lwjgl3" to - 1 ,
61
62
" net.minecraftforge" to 5 ,
63
+ " net.neoforged" to 5 ,
62
64
" net.fabricmc.fabric-loader" to 10 ,
63
65
" org.quiltmc.quilt-loader" to 10 ,
64
66
" com.mumfrey.liteloader" to 10 ,
@@ -137,4 +139,4 @@ class LauncherUtils internal constructor(private val opts: UpdateManager.Options
137
139
138
140
return LauncherStatus .NO_CHANGES
139
141
}
140
- }
142
+ }
You can’t perform that action at this time.
0 commit comments