Tinkers Construct

Tinkers Construct

160M Downloads

The JEI Category of Entity Melting is EMPTY

WizardJoker opened this issue · 5 comments

commented

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

屏幕截图 2024-10-07 201551
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

commented

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.

commented

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.

commented

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.

commented

This turned out to be a JEI bug, and has been fixed in version 11.8.1.1033 and higher.

2024-10-08_11 12 13

commented

Closing as fixed in JEI, looks like that version is already available on CurseForge and alike.

If you still have any issues after updating let me know and we can reopen and look into it further.