Skip to content

Commit

Permalink
ModIntegration: Fix CertusQuartz not being registered correctly as At…
Browse files Browse the repository at this point in the history
…tack Modifier
  • Loading branch information
bonii-xx committed Jul 30, 2014
1 parent 4de655f commit f1ba2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/tools/TinkerToolEvents.java
Expand Up @@ -423,7 +423,7 @@ public void registerOre (OreRegisterEvent evt)
TinkerTools.modAttack.addStackToMatchList(evt.Ore, 2);
}

else if (evt.Name == "crystalCerusQuartz")
else if (evt.Name == "crystalCertusQuartz")
{
TinkerTools.modAttack.addStackToMatchList(evt.Ore, 24);
}
Expand Down

0 comments on commit f1ba2b2

Please sign in to comment.