add readme and some packages

This commit is contained in:
LordMZTE 2020-04-30 21:13:17 +02:00
parent 2781246faf
commit ba5e81267e
3 changed files with 12 additions and 0 deletions

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# modpacktools
This is a WIP java app to help modpack makers by creating Twitch exports, mod lists and downloading the mods

View File

@ -0,0 +1,7 @@
package ley.anvil.modpacktools.util;
public class Config {
Config() {
//TODO this should copy the modpacktoolsconfig.json file from resources to the jar file's dir it it doesnt exist and load it otherwise
}
}

View File

@ -0,0 +1,3 @@
{
}