modids in dependency strings need to be lower case
miiichael opened this issue ยท 1 comments
At least, that's my reading of the logs:
[17:39:31] [main/ERROR] [FML]: Unable to parse dependency for mod 'gendustry' with dependency string 'after:BuildCraft|Silicon'. The modId 'BuildCraft|Silicon' must be all lowercase.
[17:39:31] [main/ERROR] [FML]: Unable to parse dependency for mod 'gendustry' with dependency string 'after:IC2'. The modId 'IC2' must be all lowercase.
[17:39:31] [main/ERROR] [FML]: Unable to parse dependency for mod 'gendustry' with dependency string 'after:CoFHCore'. The modId 'CoFHCore' must be all lowercase.
[17:39:31] [main/ERROR] [FML]: Unable to parse dependency for mod 'gendustry' with dependency string 'after:BinnieCore'. The modId 'BinnieCore' must be all lowercase.
[17:39:31] [main/ERROR] [FML]: Unable to parse dependency for mod 'gendustry' with dependency string 'after:ExtraBees'. The modId 'ExtraBees' must be all lowercase.
[17:39:31] [main/ERROR] [FML]: Unable to parse dependency for mod 'gendustry' with dependency string 'after:ExtraTrees'. The modId 'ExtraTrees' must be all lowercase.
[17:39:31] [main/ERROR] [FML]: Unable to parse dependency for mod 'gendustry' with dependency string 'after:MineFactoryReloaded'. The modId 'MineFactoryReloaded' must be all lowercase.
[17:39:31] [main/ERROR] [FML]: Unable to parse dependency for mod 'gendustry' with dependency string 'after:MagicBees'. The modId 'MagicBees' must be all lowercase.```
Minecraft 1.12.2, Forge 14.23.0.2503, Gendustry 1.6.5.4-mc1.12