mirror of
https://github.com/packwiz/packwiz.git
synced 2025-11-19 01:24:32 +01:00
Add support for CF files marked with Quilt (fixes #127)
This commit is contained in:
@@ -110,6 +110,7 @@ const (
|
||||
modloaderTypeCauldron
|
||||
modloaderTypeLiteloader
|
||||
modloaderTypeFabric
|
||||
modloaderTypeQuilt
|
||||
)
|
||||
|
||||
var modloaderNames = [...]string{
|
||||
@@ -118,6 +119,16 @@ var modloaderNames = [...]string{
|
||||
"Cauldron",
|
||||
"Liteloader",
|
||||
"Fabric",
|
||||
"Quilt",
|
||||
}
|
||||
|
||||
var modloaderIds = [...]string{
|
||||
"",
|
||||
"forge",
|
||||
"cauldron",
|
||||
"liteloader",
|
||||
"fabric",
|
||||
"quilt",
|
||||
}
|
||||
|
||||
//noinspection GoUnusedConst
|
||||
|
||||
Reference in New Issue
Block a user