Just Enough Farmer's Recipes

Just Enough Farmer's Recipes

656k Downloads

Compat with EMI and REI

solonovamax opened this issue ยท 6 comments

commented

Don't hard depend on JEI, so that this can also be loaded with EMI or REI

(Basically, just remove this line.)

commented

I may be misunderstanding this as I dont use EMI or REI but why would you want my mod along with REI ? Farmer's Delight for fabric natively supports REI, and my mod only implements the recipes for JEI

commented

ah, I see

nvm then, I was under the impression it didn't.

also, looking at farmer's delight, it seems to now offer native JEI support: https://github.com/vectorwing/FarmersDelight/blob/1.20/src/main/java/vectorwing/farmersdelight/integration/jei/JEIPlugin.java

commented

But in what context would you need to load this mod without JEI ? Or with any other recipe manager ?

commented

eg. I might want to use REI.

REI does not provide a mod with an id jei, therefor this mod will fail to load.

adding JEI as well as REI causes two item lists to be displayed. it is being loaded with another recipe manager, that recipe manager being either REI or EMI, however they do not provide the JEI mod.

commented

@solonovamax
This is the repository for the Forge version of Farmer's Delight.
Farmer's Delight on Forge supports JEI,
but the Fabric version (https://github.com/newhoryzon/farmers-delight-fabric) only supports REI as of today.

commented

ah, I see