Open Studly234 opened 4 years ago
How did you exactly edited the config files? If I follow instructions, the default is always replaced. If I place mekanism.xml with corrected case sensitive name into custom folder, I need to get thei nfo also to CustomOreGen_Config_Default file. Unfortunately this one is also being replaced. If I make copy of that file and rename it (removing the _default), no valid settings appears. I mean completely blank window.
Issue: Certain mods are not being detected by customoregen. For me, the mods of interest are nuclearcraft and mekanism.
Solution: I was able to get them detected by changing the config file line:
<IfModInstalled
name="Mekanism"> to<IfModInstalled
name="mekanism"> This solution also worked for nuclearcraft. I'm not sure if there are any other mod config files with this issue.