TechReborn cables not connecting to RF Consumer
Xalcon opened this issue ยท 8 comments
Currently, TechReborn cables dont connect to consumers, which means RF consumers only work on generators, but not through cables or energy storages like the MFSU.
Looks like we need to implement the IEnergyInterfaceTile interface from RebornCore, so cables connect to our block.
https://github.com/TechReborn/TechReborn/blob/1.11.2/src/main/java/techreborn/parts/powerCables/CableMultipart.java#L253-L255
i only did some minor testing, so i'll release an alpha version and then work on porting these changes to the 1.11.2 version
hey ah, please see this
TechReborn/RebornCore@60a6982
modmuss50/Fluxed-Redstone#24 (comment)
Thanks for the info - this only has an effect when directly connecting to machines. Cables work differently, therefore implementing the interface is still required for the cables to connect to a consumer or producer.
Additionally, this fix is currently only applied to the 1.11.2 version. We will see if this will be fixed in 1.10.2 as well and if it has any impact on the implementation in EnergyConverters.
All in all, the support for TechReborn is done, might be buggy, but we will see that when I can do my playtesting.
I hope I can release an update for EnergyConverters later today, but since minecraft forge's maven repo is currently unavailable, im not able to build a new version at the moment.