skyboy / MineFactoryReloaded

104 stars 76 forks source link

Recipes won't load with JEI #637

Closed fcpwiz closed 6 years ago

fcpwiz commented 7 years ago

I'm using MineFactoryReloaded-[1.10.2]2.9.0B1-226.jar, CoFHCore-1.10.2-4.1.9.13-universal.jar, and jei_1.10.2-3.14.7.420.jar. When searching any MineFactory Reloaded block/item in JEI and clicking on it, no recipe/recipe GUI is displayed.

MUSE-iC commented 7 years ago

I just checked and its working fine for me. If those are your only mods make sure that vanilla recipes are set to true in the config file.

fcpwiz commented 7 years ago

I can't see any MFR configs. @MUSE-iC

MUSE-iC commented 7 years ago

@fcpwiz Its inside a folder called powercrystals inside the config folder. config>powercrystals>minefactoryreloaded>common.cfg

fcpwiz commented 7 years ago

@MUSE-iC Is this the part of the config you’re talking about?

RecipeSets {
    # If true, MFR will register its EnderIO-based recipes.
    B:EnderIO=true

    # If true, MFR will register its Thermal Expansion-based recipes.
    B:ThermalExpansion=false

    # If true, MFR will register its standard (vanilla-item-only) recipes.
    B:Vanilla=false
}
P3pp3rF1y commented 7 years ago

It is. Do you have enderio added in the pack? Because you have it set to use EnderIO recipes only. if you want the MFR regular recipes set B:Vanilla=true

fcpwiz commented 7 years ago

@P3pp3rF1y Could I set all 3 to true?

P3pp3rF1y commented 7 years ago

You could, but thermal expansion recipes are currently not included so that option will do nothing.

Can you confirm that it fixed your issue and actually that you didn't have enderio included previously and thus no recipes in JEI?

fcpwiz commented 7 years ago

I do have EnderIO. I’m using a modpack I created. So what options should I set to true?

fcpwiz commented 7 years ago

Also, I can't fully test this due to https://github.com/skyboy/MineFactoryReloaded/issues/625.

P3pp3rF1y commented 7 years ago

Up to you, enderio enables recipes that use enderio components, vanilla enables vanilla MFR recipes. you can have both of those enabled as well.