Redstone Control

Redstone Control

51k Downloads

Possibly unclutter JEI recipes?

NoxyNixie opened this issue ยท 1 comments

commented

The following happens when you have mods like Chisel that oredict their block variants:

image

Could it be possible to make these recipe previews cycle through the oredict variants in just one entry similar to how other recipes cycle through the variants?

commented

The problem is, for these recipes I'm just using a simple Item -> stats array map lookup because its also very efficient (constant time performance rather than O(n) increasing with number of recipes).
So at recipe creation, Oredictionary types are split into individual recipes and the information that they belong to the same Oredictionary ingredient gets lost.

I look what I can do...