TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Food rots in JEI overtime

UnlimatedStone9 opened this issue ยท 3 comments

commented

Describe the bug

  1. What did you expect to happen?
    Nothing.
  2. What actually happened instead (i.e. what was the bug)
    Food eventually rots in JEI causing a terrible aesthetic issue.
    image

To Reproduce

  1. Wait until food can rot, it will display as such in JEI.

Meta Info

  • TFC Version: 1.12.2-0.23.2.70
commented

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.
commented

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.
commented

JEI should be fixed (for the most part). Creative tabs are fixed, search mode is not (pfft)