Food rots in JEI overtime
UnlimatedStone9 opened this issue ยท 3 comments
Well here's an interesting issue then:
- JEI assembles it's list of ingredients, recipes, etc. at startup. So that's when the items are created
- If we find a way to mark these specific stacks as non-decaying, then that will work. Except, then any time you pull a stack from JEI, you will get a non-expiring one, as all it does is perform a simple copy, which is impossible and also against contract to try and modify.
This is apparently not fixed as of Pakratt's stream on 9/21/2019
- Current solution just involves trying to refresh the ingredients at random intervals. Seems like this isn't sufficient, and that a better solution is needed here.