4
0
Fork 0
mirror of https://github.com/Anvilcraft/modpacktools synced 2024-05-19 11:54:20 +02:00
modpacktools/src/main/java/ley/anvil/modpacktools/util/Config.java

8 lines
214 B
Java

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
}
}