Applied Energistics 2

Applied Energistics 2

137M Downloads

JEI Integration

shartte opened this issue ยท 1 comments

commented

Implement a JEI integration that at the minimum enables the following:

  • The ability to show all shapeless and shaped AE recipes in JEI
  • The ability to show AE grinder recipes
  • The ability to show AE charger recipes
  • The ability to show AE inscriber recipes
  • JEI search in terminals and such
  • Transfering crafting recipes from JEI into the crafting table
commented

Working on this in the jei branch. Looking good so far.

A few nitpicky details:

  • We can't display the shapeless icon in JEI for our own shapeless recipes, since the code for drawing it is not exposed on the API.
  • We probably need a fully custom recipe transfer handler.
  • One Way Sync from AE2 -> JEI search field is working (extremely easy to do), the other way around is currently not implemented, but this also didn't seem to be the case for NEI.