GregTechCEu Modern

GregTechCEu Modern

6M Downloads

emi recipe transfer support for ae2wtlib

Mari023 opened this issue ยท 0 comments

commented

Cross-mod Integration

ae2wtlib, emi

Feature Description

recipe transfer with EMI and GregTech-Modern recipes does not work in the Wireless Pattern Encoding Terminal.
like ae2, ae2wtlib does not have an emi integration, only a JEI integration.

I think it should be possible to use the transfer handler used for ae2s pattern encoding terminal

if(GTCEu.isAE2Loaded()){
registry.addRecipeHandler(PatternEncodingTermMenu.TYPE, new Ae2PatternTerminalHandler<>());
}
for the Wireless Pattern encoding terminal too, by adding it to the WETMenu.TYPE when ae2wtlib is present.

originally reported on the ae2wtlib issue tracker here: Mari023/AE2WirelessTerminalLibrary#273