The JEI Category of Entity Melting is EMPTY
WizardJoker opened this issue · 5 comments
Minecraft Version
1.19.2
Forge Version
43.4.4
Mantle Version
1.10.36
Tinkers' Construct Version
3.8.4.50
Describe your issue
The Category of Entity Melting shows nothing.
latest.log: https://mclo.gs/wLPshgz
Crash Report
No response
Other mods
JEI: 11.8.1.1031
Tried reproducing with just Tinkers?
Yes
Performance Enchancers
None of the above
Searched for known issues?
Searched open issues, Searched closed issues
This appears to be a problem with the latest JEI, they may have changed something up, using a previous version (such as .1024) will make it re-appear. Something may have to be adjusted in tinkers to match whatever they possibly changed.
Report this issue to JEI and link it here. They should not be changing their API in such a way that requires mods to update, especially not with a class cast exception when I am not doing any casts in my code.
Quick look at my code, the crashing line is caused by creating a focus link. I do it between an invisible ingredient and a rendered one, as that allows me to lookup entity melting recipes using a spawn egg rather than having to list add entities in JEI. I suspect something changed recently in JEI causing focus links to break with invisible ingredients.
This is almost certainly a JEI bug as it was a change in their API that caused this to work before and no longer work, just was likely an unexpected usecase of focus links.