Universal cable issue [x-post]
aolko opened this issue ยท 4 comments
x-post from EnderIO
==
Why i can't connect enderio conduits/machines with universal cables? (latest enderio/lastest mekanism (8.1.3.231))
==
Solved: Check if you got latest cofhcore. Mekanism kinda requires it.
@aidancbrady That's not the problem here, you should be using CoFHAPI|energy in your @optional annotations, not CoFHCore. So that any mod providing the API will satisfy the annotation. You don't need CoFHCore as that's (definitely) not the only mod that ships the RF API.
In order to interact with RF, yeah, you need CoFHCore.
On another note, I think it's time we start shipping again. @tterrag1098, would you advise shipping the entire library or just the packages we need?
The reason I changed the requirement to CoFHCore was because of potential issues with other mods shipping partial cofh energy api. If that isn't going to happen, we can safely change it back
@unpairedbracket Of course that's going to happen, but it's not your fault. You can't code around every stupid thing modders try to do. Do it right, and leave it on them to fix their mistakes.