hjake123/reactive

Issue with recipe viewers when using both JEI and EMI

Closed this issue · 2 comments

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.

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?

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

Fixed in 1.21.1-9j