Favouriteless / Enchanted

Enchanted minecraft mod repository
6 stars 5 forks source link

Added JEI container handlers for #14

Closed Lunki51 closed 11 months ago

Lunki51 commented 1 year ago

I've added container handlers in JEI (you click on the arrow in the oven and it shows every recipes possible with the oven) for :

Fixed JEI Distillery Recipe Transfer, this actually never worked lol There is still a weird behavior because of JEI. You need to shift move the items or JEI will only place one jar even when multiples are needed in the recipe. Looks like this cannot be fixed without rewriting the entire TransferHandler class like this [https://github.com/mezz/JustEnoughItems/blob/1.20/Library/src/main/java/mezz/jei/library/transfer/BasicRecipeTransferHandler.java]

Lunki51 commented 1 year ago

I'v added the mutandis recipes here is an image of how it looks (the items on the left cycle between all transmutables plants). Capture

Lunki51 commented 1 year ago

^ fixed #15