Skip to content

Commit

Permalink
show vanilla recipes before smelter recipes in dual mode click area
Browse files Browse the repository at this point in the history
  • Loading branch information
thiakil committed May 1, 2018
1 parent e98312c commit 1b2b2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/mekanism/client/jei/MekanismJEI.java
Expand Up @@ -333,7 +333,7 @@ else if (EnergizedSmelter.hasAddedRecipe()) // Added but not removed
}
else if(EnergizedSmelter.hasAddedRecipe())
{
registry.addRecipeClickArea(GuiEnergizedSmelter.class, 79, 40, 24, 7, "mekanism.energized_smelter", VanillaRecipeCategoryUid.SMELTING);
registry.addRecipeClickArea(GuiEnergizedSmelter.class, 79, 40, 24, 7, VanillaRecipeCategoryUid.SMELTING, "mekanism.energized_smelter");
}
else
{
Expand Down

0 comments on commit 1b2b2a9

Please sign in to comment.