gigaherz / Enderthing

Ender-chests evolved
https://www.curseforge.com/minecraft/mc-mods/enderthing
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

Multiple inventories not allowed to be used on the UUID mode #17

Closed koalalord9999 closed 7 years ago

koalalord9999 commented 7 years ago

Minecraft Version 1.10.2 - Mod Version 0.6.11 I'm unable to connect these items to the UUID (middle lock missing) private ender chest: Mekanism Machines Mekanism Digital Miner Mekanism Item Cables (Probably Mekanism as a whole) Ender IO Machines (Cables work though) (+Advanced) Item Collector from Random Things

I'm using All the Mods Modpack V1.17 (for test environment..?)

gigaherz commented 7 years ago

Strange. I'll look into it after work...

gigaherz commented 7 years ago

Sorry, work happened. No idea when I'll be able to get back to this.

gigaherz commented 7 years ago

I have finally had time to look into this: Mekanism does not appear to support the new capability-based item handler system, so it can't work with this mod. And before you ask, no I will not implement the old system.

As for EnderIO, I was just able to pull from a bound private inventory into an alloy smelter, and push the smelting result into another one, so not sure if it has been fixed since you posted the report.

Random Things is trickier, because it won't work in my development environment. I'll see what I can do tomorrow.

gigaherz commented 7 years ago

The Item Collector is also incompatible with the new inventory system. The author of Random things is aware of the issue and said he'll be fixing it someday.

Closing since I did as much as I can from my side.