Connection between Dense Cable and ME Dense Conduit renders as a ME Smart Cable connection
Xiaminou opened this issue ยท 6 comments
Description
SleepyTrousers/EnderIO-1.5-1.12#3878
Environment
- Mods: list.txt
- Minecraft Version: 1.10.2
- AE2 Version: alpha 8
- Forge Version: 2135
I don't really see anything in the API to set that. I see GridFlags.DENSE_CAPACITY and AEColor.TRANSPARENT, but nothing about the cable type.
On the other hand, it does not make any sense to render a different cable type than the cable that is in that block---as we will always render a conduit with a connection plate. AE2 doesn't use connection plates, I think? Otherwise it'd make sense to render that on your side, too.
IGridHost#getCableConnectionType()
is responsible for neogating the maximum supported cable render type between two sides as cables have to share them across a single blockspace.
This enum really needs a "I_AM_NOT_AN_AE2_CABLE___RENDER_AS_YOURSELF_CONNECTING_TO_A_BLOCK" value...