So, I have been making Lithium mod for a long time and the only thing I couldn't get is how to properly set up Overclock widget. My resource extractor has a custom widget which, as expected, includes overclocking.
What I have issues with is that it doesn't react to hotkeys when trying to move shards from overclock slot to player's inventory (dragging shards with works as expected). This works for extractor's other slots like input and output slots. And I have implemented DropInventorySlotStack so resources can be dropped from player's inventory to all buildable's slots - input, output, overclock.
I have found one more place where it was present in. In 1.0 if you tried to do the same in manufacturer UI before setting a recipe same would happen. But not in 1.1
I'm not sure what I miss. Is it an issue with Extractor widget? Overclock widget? Or even player inventory?