Modrinth Support (#11)

Co-authored-by: comp500 <comp500@users.noreply.github.com>
This commit is contained in:
TheEpicBlock
2021-02-16 17:34:52 +01:00
committed by GitHub
parent f2c6b89932
commit b5b9fd6810
8 changed files with 713 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ import (
// Modules of packwiz
"github.com/comp500/packwiz/cmd"
_ "github.com/comp500/packwiz/curseforge"
_ "github.com/comp500/packwiz/modrinth"
_ "github.com/comp500/packwiz/utils"
)