Class ConfigLoader
java.lang.Object
com.craftingdead.protect.client.integrity.config.ConfigLoader
Loads mod list configurations from JSON files.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ModListConfigloadModListConfig(Path configPath) Loads mod list configuration from a JSON file.static voidsaveModListConfig(Path configPath, ModListConfig config) Saves mod list configuration to a JSON file.
-
Method Details
-
loadModListConfig
Loads mod list configuration from a JSON file. Creates a default configuration if the file doesn't exist. -
saveModListConfig
Saves mod list configuration to a JSON file.
-