mirror of
https://github.com/Anvilcraft/modpacktools
synced 2024-12-27 14:53:40 +01:00
add readme and some packages
This commit is contained in:
parent
2781246faf
commit
ba5e81267e
3 changed files with 12 additions and 0 deletions
2
README.md
Normal file
2
README.md
Normal 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
|
7
src/main/java/ley/anvil/modpacktools/util/Config.java
Normal file
7
src/main/java/ley/anvil/modpacktools/util/Config.java
Normal 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
|
||||
}
|
||||
}
|
3
src/main/resources/modpacktoolsconfig.json
Normal file
3
src/main/resources/modpacktoolsconfig.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
|
||||
}
|
Loading…
Reference in a new issue