Update the config file to use mod name (Distant Horizons) vs the mod id (lod)

This commit is contained in:
James Seibel
2021-10-16 18:48:25 -05:00
parent cb496208f5
commit a7c2e8a6ed
@@ -432,7 +432,7 @@ public class LodConfig
/**
* {@link Path} to the configuration file of this mod
*/
private static final Path CONFIG_PATH = Paths.get("config", ModInfo.MODID + ".toml");
private static final Path CONFIG_PATH = Paths.get("config", ModInfo.MODNAME + ".toml");
public static final ForgeConfigSpec CLIENT_SPEC;
public static final Client CLIENT;