Hi,
I am very new to MC modding and I am attempting to write a mod that adds a block that translates between the ComputerCraft IBundledRedstoneProvider and MFR IConnectableRedNet APIs. I have it working partly but it seems that the onInputsChanged event is not firing when a redstone input is turned off. If I break part of the RedNet cable and place it again, the event fires and the information is then updated.
Code: http://pastebin.com/74U0Yuu3
If anyone has any insight as to why the event is not firing please let me know.