Add support for reading mods.toml file from 1.13+ forge mods.

This commit is contained in:
Daniel Scalzi
2020-01-19 11:59:11 -05:00
parent 4d342b7b0a
commit 1ff02edc71
15 changed files with 334 additions and 135 deletions

View File

@@ -39,6 +39,7 @@
"axios": "^0.19.1",
"dotenv": "^8.2.0",
"fs-extra": "^8.1.0",
"toml": "^3.0.0",
"yargs": "^15.1.0"
}
}