Skip to content

Commit

Permalink
Make pulsar manager public, so addons can hook into it.
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Aug 6, 2014
1 parent 75d3594 commit 9b9fb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/TConstruct.java
Expand Up @@ -88,7 +88,7 @@ public class TConstruct
public static TProxyCommon proxy;

/* Loads modules in a way that doesn't clutter the @Mod list */
private PulseManager pulsar = new PulseManager(modID, new ForgeCFG("TinkersModules", "Modules: Disabling these will disable a chunk of the mod"));
public static PulseManager pulsar = new PulseManager(modID, new ForgeCFG("TinkersModules", "Modules: Disabling these will disable a chunk of the mod"));

public TConstruct()
{
Expand Down

0 comments on commit 9b9fb14

Please sign in to comment.