Skip to content

Commit

Permalink
Require minimum ModPatcher version of 1.8.9.59
Browse files Browse the repository at this point in the history
  • Loading branch information
LunNova committed Mar 4, 2016
1 parent 68dc961 commit e721398
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/nallar/tickprofiler/minecraft/CoreMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
@IFMLLoadingPlugin.MCVersion("@MC_VERSION@")
@IFMLLoadingPlugin.SortingIndex(1001)
public class CoreMod implements IFMLLoadingPlugin {
static {
ModPatcher.requireVersion("1.8.9.59");
}

@Override
public String[] getASMTransformerClass() {
return new String[0];
Expand Down

0 comments on commit e721398

Please sign in to comment.