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

Commit

Permalink
Rename modules a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Aug 14, 2014
1 parent 37c0683 commit 590b1a2
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -11,10 +11,10 @@ public class Reference {
public static final String PULSE_HARVESTTWEAKS = "HarvestLevelTweaks";
public static final String PULSE_REPLACING = "ToolPartReplacing";
public static final String PULSE_MOBHEADS = "MobHeads";
public static final String PULSE_TWEAKS = "IguanaTweaks";
public static final String PULSE_ITEMS = "IguanaItems";
public static final String PULSE_RESTRICTIONS = "IguanaRestrictions";
public static final String PULSE_WORLDGEN = "IguanaWorldGen";
public static final String PULSE_TWEAKS = "Tweaks";
public static final String PULSE_ITEMS = "Items";
public static final String PULSE_RESTRICTIONS = "Restrictions";
public static final String PULSE_WORLDGEN = "WorldGen";

public static final String PROXY_CLIENT_CLASS = "iguanaman.iguanatweakstconstruct.proxy.ClientProxy";
public static final String PROXY_SERVER_CLASS = "iguanaman.iguanatweakstconstruct.proxy.ServerProxy";
Expand Down

0 comments on commit 590b1a2

Please sign in to comment.