[1.19.2]: Farmer's Delight Cooking recipe screens in JEI do not display the XP received and time taken for the recipe
thelegitdolt opened this issue ยท 2 comments
Description
Furnace screen (notice the XP and time readout)
Cooking Screen (No XP or time readout)
Mod list
Farmer's Delight
JEI
Logs
Not necessary
Forge
- I am using the Forge version of Farmer's Delight
Minimal instance
- I have tested this on a minimal instance
Performance and shader mods
- I have tested this without performance or shader mods
This was mostly a matter of lacking room in the widget to put this information in. I would need to stretch it a bit, which might prevent JEI from displaying 3 recipes at a time.
After a lot of iterating, I decided to implement this in the following manner:
The JEI cooking widget does not have enough space to show strings like the furnace widgets have, due to how space is used. Therefore, the progress arrow has a pair of icons for "cook time" and "experience", which display such stats when hovered.
I prefer doing it this way rather than expanding the widget, because it allows for more recipes to be displayed per page. Time and experience are secondary bits of info, so it's not imperative for them to always be visible. A user may notice the widget has icons that the Cooking Pot's GUI lacks, encouraging them to mouse-over if needed.
Anyway, I hope this helps somehow. Should be out in 1.2.2 soon. ๐