Wireless Pattern Encoding Terminal does not work with JEI on Processing
ZHENGLOC opened this issue ยท 5 comments
does it work with the normal (non wireless) pattern encoding terminal?
yes, only wireless can't work
this seems to be specific to GregTech-Modern recipes.
what I think is happening, is that transfer handlers registered via jei cannot interact with recipe registered directly to emi.
in order to fix this, GregTech-Modern add a transfer handler for ae2 themself (https://github.com/GregTechCEu/GregTech-Modern/blob/d8b5cdf8ff4dfb74890c01bdfbe115618280b7f9/src/main/java/com/gregtechceu/gtceu/integration/emi/GTEMIPlugin.java#L46-L48)
I think it should be possible for them to make it work with ae2wtlib too, by adding the same handler for WETMenu.TYPE
when ae2wtlib is present
I will open an issue on the GregTech-Modern issue tracker about this
fixed by GregTechCEu/GregTech-Modern#1338