Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Mordenkainen committed Aug 9, 2015
1 parent 6c3582e commit 22466c6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ public void preInit(FMLPreInitializationEvent event) {

@EventHandler
public void init(FMLInitializationEvent event) {
//if(!Loader.isModLoaded("ProjectE") && !Loader.isModLoaded("EE3")) {
if(!Loader.isModLoaded("ProjectE") && !Loader.isModLoaded("EE3")) {
proxy.unmetDependency();
//}
}

itemEMCCrystal = new ItemEMCCrystal();
GameRegistry.registerItem(itemEMCCrystal, "EMCCrystal");
Expand Down

0 comments on commit 22466c6

Please sign in to comment.