EMI

EMI

1M Downloads

Implement JEI recipe category decorator equivalent

rlnt opened this issue · 4 comments

commented

Would love to see a similar approach to this feature:
mezz/JustEnoughItems#3255

It exists as recipe category decorators in JEI and as recipe extensions in REI.

commented

Implemented in 1.1.2, I misunderstood the scope at first, and thought the desire was significantly more complicated, but it's currently an experimental API addition to be marked un-experimental in 1.2.0, assuming it functions as desired.

commented

This is probably a reasonable API addition but some consideration will need to be made on how to integrate it.

commented

This would be super helpful for making mod packs with EMI.

I am currently going through every ore, raw ore, crushed ore, dust, ingot, block, plate, and gear.
Manually disabling all of the duplicate items after unifying the recipes.

commented

I've also come across my need for this, as the EMI provided model icons for tag categories does not work with dynamic item icons. So being able to reorder the priority recipe viewers icons would be ideal.