[Feature request] AE2 storage bus
Aphenon opened this issue ยท 5 comments
We decided to drop any support for special inventories in 1.10 because forge provides a common interface now for anyone to use (at least up to 2^31 per slot, like a dsu).
This results in longer having to add support for every storage mod out there to every mod interacting with storages. Now each storage mod can implement their own solution and everyone can use it. And it just works. For example storage drawers, there is no special support for it on our side.
Should a mod still insists on doing it as in 1.7.10 instead of adapting to 1.10, they certainly can expect other mods not supporting it when there is another solution which requires less work and provides more benefits.
-Yueh AppliedEnergistics/Applied-Energistics-2#2550 (comment)
In 1.11 its fixed I have moved over.
I am not doing this in 1.10 as it will break all currently used storage units