[1.12.2] Unable to parse dependency
bookerthegeek opened this issue ยท 4 comments
Heyo
Caught this in the Console Log.
[04:24:36] [main/ERROR] [FML]: Unable to parse dependency for mod 'railcraft' with dependency string 'after:buildcraftAPI|statements@[1.0,)'. The modId 'buildcraftAPI|statements' must be all lowercase.
[04:24:36] [main/ERROR] [FML]: Unable to parse dependency for mod 'railcraft' with dependency string 'after:buildcraftAPI|transport@[1.0,)'. The modId 'buildcraftAPI|transport' must be all lowercase.
Seems to come from HERE
Yeah I've been wondering about that since forge doesn't seem to warn about the API's themselves.
I'll probably need to change all of the API names to lowercase anyway).
Hmm, is the api name supposed to be lowercase @AlexIIL?