Odd offset in EMI recipe display
MuteTiefling opened this issue ยท 3 comments
I'm uncertain if this is something we can fix, or if it would need to be fixed in the mod. But in the below screenshot we see that the top recipe does not have the favorite/recipe tree buttons, and so ends up centered. However, the buttons on the second recipe end up pushing the recipe over a bit, causing the two to be misaligned.
This is due to the fact that EMI can put the second recipe into the recipe tree, but not the first one (because it has a cycling output), and it doesn't have a way to know if a recipe belongs in the recipe tree because the recipe comes from JEI. AE2 Adding dedicated support specifying their information recipes like this should never go in the recipe tree would solve the issue, but since it's coming from JEI there's not enough information to know what should be done.
It might be viable to have some metadata resource format that disables these buttons on an entire recipe category so modpack makers could fix the weirdness with JEI recipes if they want? But that sounds kinda clunky and I'm not sure if it's a proper solution.