Describe the issue
When you try to request an item from the Stock Network using the CC API, you get UnsupportedOperationException: Not Implemented
To Reproduce
Steps to reproduce the behavior:
- Place Computer and Stock Ticker next to each other, connected to a stock network
- Call ticker.requestFiltered("address",{}')
- Get Error
Context
I have traced it to likely be this line https://github.com/zznty/CreateFactoryLogistics/blob/master/forge/src/main/java/ru/zznty/create_factory_logistics/mixin/logistics/packager/GenericPackagerBlockEntityMixin.java#L254