Vexatos / Computronics

A ComputerCraft/OpenComputers addon mod.
125 stars 51 forks source link

Doesn't work correctly with Ender IO modular install. #294

Closed brisingraerowing closed 4 years ago

brisingraerowing commented 4 years ago

I am using Ender IOs modular install to just have the conduits (which come with the capacitor banks). I have to turn off Computronics' EIO integration as it crashes since the machines module is not installed. Would it be possible to check which modules are installed and add drivers based on that? I'll see if there's a method to determine which modules are installed.

brisingraerowing commented 4 years ago

I have a fix for this implemented, and I'm testing it now. I'll make a PR if it works. I also had to update some dependencies (and manually pull in EnderCore) to get the mod to build. (The EnderCore issue is because EIO is looking for a path starting with 'deobf', but that doesn't exist). The referenced Mirage version also no longer exists on its maven, so I updated that as well.

EDIT: The game loaded without any crashes, and the components work. I'll make a PR in a moment.