Add collapsable entries support for REI
bulldog98 opened this issue ยท 1 comments
Describe your enhancement
Rei has this newish feature of collapsable entries (https://github.com/shedaniel/RoughlyEnoughItems/blob/9.x-1.19/api/src/main/java/me/shedaniel/rei/api/client/registry/entry/CollapsibleEntryRegistry.java) and for Jei there is also a suggestion for it (mezz/JustEnoughItems#2918). We should implement that in our plugins, to group all the different colored items to one.
Implement this after #320