mirror of
https://github.com/packwiz/packwiz.git
synced 2025-10-14 06:54:32 +02:00
Quilt support
This commit is contained in:
@@ -85,7 +85,7 @@ var initCmd = &cobra.Command{
|
||||
|
||||
modLoaderName := strings.ToLower(viper.GetString("init.modloader"))
|
||||
if len(modLoaderName) == 0 {
|
||||
modLoaderName = strings.ToLower(initReadValue("Mod loader [fabric]: ", "fabric"))
|
||||
modLoaderName = strings.ToLower(initReadValue("Mod loader [quilt]: ", "quilt"))
|
||||
}
|
||||
|
||||
loader, ok := core.ModLoaders[modLoaderName]
|
||||
|
Reference in New Issue
Block a user