Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mDiyo committed Oct 8, 2013
2 parents f5b939d + 8a4c85a commit 6a7b576
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/tconstruct/blocks/logic/FaucetLogic.java
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ public void setActive (boolean flag)
active = true;
activateFaucet();
}
/*else
else
{
active = false;
}*/
}
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion src/tconstruct/common/TContent.java
Original file line number Diff line number Diff line change
Expand Up @@ -2024,7 +2024,7 @@ public void modIntegration ()
TConstructClientRegistry.registerManualModifier("electricmod", ironpick.copy(), (ItemStack) chargedReBattery, (ItemStack) electronicCircuit);

/* Thaumcraft */
Object obj = getStaticItem("itemResource", "thaumcraft.common.Config");
Object obj = getStaticItem("itemResource", "thaumcraft.common.config.ConfigItems");
if (obj != null)
{
System.out.println("[TConstruct] Thaumcraft detected. Adding thaumium tools.");
Expand Down

0 comments on commit 6a7b576

Please sign in to comment.