Is IBundledTile actually supported?
fnuecke opened this issue ยท 4 comments
Hi,
I just tried getting bundled redstone support for your bundled wires to work on one of my tile entities, but either something isn't quite implemented yet, or I'm doing it wrong.
The documentation of IBundledTile
led me to believe I just have to implement that interface in my TE, but that doesn't seem to be the case. Looking at the code it only seems to be used in the ProjectRedAPI
implementation, which in turn isn't used anywhere else in the project, if I'm not mistaken.
Would it be possible to get a working example?
It's parent interface, is referenced from all our internal code. Since we haven't had anyone actually implement it yet, it appears we overlooked the implementation of the canConnectBundled function. I'll go write up a test case now and make sure everything works
The API is still not implemented. EnderNet requires it to add Project: Red bundled cable support (in addition to the existing support for MineFactory Reloaded and RedLogic).
API is now implemented, there was just a small check I missed in the connection logic. 5aa4365
MrTJP to build a new version.