Refined Storage

Refined Storage

77M Downloads

Fix JEI transfer on grids

raoulvdberge opened this issue ยท 8 comments

commented

Machine recipes also work on regular grids...

commented

slow clap

commented

Since I removed Processing pattern encoder and merged it with the pattern grid we can't have a specialized transfer handler anymore since "nice" JEI API design binds it to a container class >.>

commented

Might be something @mezz can help with

commented

Wontfix. Since we can't detect machine recipes at the transfer level.

commented

Well anything that doesn't have the category "crafting" is a "machine" recipe.

commented

@way2muchnoise How do I get the category from the transfer handler? We only get IRecipeLayout which AFAIK doesn't have any methods to check if it's a regular recipe.

commented

Honestly, don't fix this. I thought it was a feature. Getting all required items for a non crafting recipe proved useful quite a few times. Especially if I need like 5 different items. Otherwise I have to remember and look up every item individually.

commented

Yeah, I see how it could be handy.