mirror of
https://github.com/packwiz/packwiz.git
synced 2025-10-21 08:54:32 +02:00
Add Jumploader to Fabric packs for CurseForge automatically (fixes #5)
This commit is contained in:
@@ -348,7 +348,10 @@ func (u cfUpdater) DoUpdate(mods []*core.Mod, cachedState []interface{}) error {
|
||||
}
|
||||
|
||||
type cfExportData struct {
|
||||
ProjectID int `mapstructure:"project-id"`
|
||||
ProjectID int `mapstructure:"project-id"`
|
||||
DisableJumploader bool `mapstructure:"disable-jumploader"`
|
||||
JumploaderForgeVersion string `mapstructure:"jumploader-forge-version"`
|
||||
JumploaderFileID int `mapstructure:"jumploader-version-id"`
|
||||
}
|
||||
|
||||
func (e cfExportData) ToMap() (map[string]interface{}, error) {
|
||||
|
Reference in New Issue
Block a user