
Custom sorting not working for Broken Ores
Sir-underscore opened this issue ยท 2 comments
I am setting up a system for auto-ore making, and I have a sorting interface hooked up to a crafter set to "broken*" so that broken ores will go in and be crafted into ore gravel. For some reason, it doesn't sort them and they just stay in the same chest.
This could be two things:
- A priority issue - the interface has a lower or equal priority to the chest containing the broken ores
- Items get sorted as they enter an inventory - if they're already inside you'll need to take them out and put them back in.
I've tried to reproduce the issue and things worked fine for me.