Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Rename TinkerToolTweaks to TinkerMaterialTweaks.. because it only cha…
Browse files Browse the repository at this point in the history
…nges the materials
  • Loading branch information
bonii-xx committed Aug 3, 2014
1 parent c979709 commit c58cc73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Expand Up @@ -6,12 +6,9 @@
import cpw.mods.fml.common.event.FMLPreInitializationEvent;
import iguanaman.iguanatweakstconstruct.harvestlevels.proxy.HarvestCommonProxy;
import iguanaman.iguanatweakstconstruct.reference.Reference;
import iguanaman.iguanatweakstconstruct.util.Log;
import mantle.pulsar.pulse.Handler;
import mantle.pulsar.pulse.Pulse;
import net.minecraftforge.common.MinecraftForge;
import tconstruct.common.TProxyCommon;
import tconstruct.tools.ToolProxyCommon;

/**
* The Harvest-Tweaks Pulse. If this were a separate mod instead of pulse-module, it'd be a @Mod
Expand All @@ -37,7 +34,7 @@ public class IguanaHarvestLevelTweaks {
@Handler
public void applyTinkerTweaks(FMLPreInitializationEvent event)
{
TinkerToolTweaks.modifyToolMaterials();
TinkerMaterialTweaks.modifyToolMaterials();

}

Expand Down
Expand Up @@ -12,7 +12,7 @@
* Used to modify the harvest levels and speeds of the tinker tool parts.
* Has to be used together with the HarvestLevel Tweaks or everything will be messed up. :)
*/
public abstract class TinkerToolTweaks {
public abstract class TinkerMaterialTweaks {
private static float durabilityMod;
private static float speedMod;

Expand Down

0 comments on commit c58cc73

Please sign in to comment.