Skip to content

Commit

Permalink
Revert "Mod ID derp"
Browse files Browse the repository at this point in the history
This reverts commit 364ceac.
  • Loading branch information
Jacky1356400 committed Jun 23, 2017
1 parent 364ceac commit d880b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/jacky1356400/exchangers/Recipes.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public static void init(){
GameRegistry.addRecipe(teExchangerCoreT3Recipe);
}

if ((Config.mekanismModule = true) && (Loader.isModLoaded("mekanism"))) {
if ((Config.mekanismModule = true) && (Loader.isModLoaded("Mekanism"))) {
if (Config.mekanismProgressiveRecipes = true) {
ShapedOreRecipe basicExchangerRecipe = new ShapedOreRecipe(new ItemStack(ExchangersItems.basicExchanger), "BTB", "BCB", "BTB", 'B', MekanismIntegration.circuitBasic, 'T', MekanismIntegration.energyTablet, 'C', ExchangersItems.mekanismExchangerCoreT1);
GameRegistry.addRecipe(basicExchangerRecipe);
Expand Down

0 comments on commit d880b75

Please sign in to comment.