[1.10.2] update breaks translocators, hopper ducts...
tralce opened this issue · 5 comments
In the most recent stable releases for 1.10.2, Translocators no longer will attach to Controllers or Slaves, and Hopper Ducts's Ducts and Grated Hoppers will not work with them either. I beg of you, please fix it.
If these were working before updating to 3.7.0 or beyond, then the answer is probably that translocators, hopper ducts, and the like were never updated to work with Forge's IItemHandler interface that was introduced in 1.8.x. Prior to the 3.7.0 version, I supported both IItemHandler and the older IInventory (from vanilla Minecraft) interfaces.
I didn't intend to drop IInventory support until 1.11.2, but a bug (probably some sort of dupe bug) surfaced that was too difficult to fix with all of that tangled up together. In your situation, it might be more worthwhile to role back to the last 3.6.x release.
If that wasn't the version that broke it, I need specific version numbers.
Apparently, Translocators for 1.10.2 will not be updated to support IItemHandler. The 1.11.2 version will, though. See TheCBProject/Translocators#12