You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: