Reactive Alchemy

Reactive Alchemy

524k Downloads

Issue with recipe viewers when using both JEI and EMI

UmbralSurvivor opened this issue ยท 4 comments

commented

Reactive's recipe types don't show on the latest version of Reactive and JEI when EMI is installed too. (1.21.1-9i)

image

The recipes still show up in 1.21.1-9h however.

commented

Huh. JEI's API itself has started to phase out the getBackground() method (and was giving me compiler warnings for implementing it) but it seems like maybe EMI requires it?

commented

Yep, that's the issue. Note to self to not refactor things without REALLY extensive testing...

Fixed in 1.21.1-9j

commented

This can be safely reverted now, EMI has fixed the issue on their end as well.

commented

Ah, ok. I'll add it to the list. Thanks for letting me know!