Skip to content

Commit

Permalink
update thaumium support by upating the location of the necessary conf…
Browse files Browse the repository at this point in the history
…ig in Thaumcraft 4
  • Loading branch information
progwml6 committed Oct 7, 2013
1 parent 8ce8565 commit c50a1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tconstruct/common/TContent.java
Expand Up @@ -2025,7 +2025,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 c50a1b3

Please sign in to comment.