More red integration
SirEndii opened this issue ยท 6 comments
Add integration for more red to connect bundled cables to computers.
Useful information to include:
The bundled cables should work like in 1.7.10
Link to curseforge: https://www.curseforge.com/minecraft/mc-mods/more-red
Should i request this at the more red repository?
Oh yes please! =D The Redpower/ProjectRed/MoreRed wires fit so well with the ComputerCraft theme! =D
I know I'm a little late to the party but reintegrating the Bundled cable for MoreRed and others would be amazing!!!
I guess I should've checked to see whether you were working on integration on your end before I did it on mine, lol
https://i.imgur.com/LgoeDiv.png
I implemented it as an adapter block in a separate mod (one side interfaces with More Red stuff, the other side with computercraft stuff) that implements IBundledRedstoneBlock and uses the bundled cable capability, I'm not sure if this is better or worse then your own implementation but I'll probably just archive the addon mod if CC:Tweaked's builtin integration goes live (I uploaded the addon mod on thursday night so it's already in curseforge's weekend approval backlog)
I guess I should've checked to see whether you were working on integration on your end before I did it on mine, lol
Sorry! I also didn't check your issue tracker, so equally my fault! This is one of those things which is easier to do from within CC as the current API is not very capability-friendly - joys of something which hasn't changed since Minecraft 1.6.
That said, not planning on doing a release for another month or so, so I still think there's utility in the integration mod existing, even if it's not maintained long term.
CC historically didn't do integration with other mods. That said SquidDev has made crafttweaker and jei intergration.