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