Skip to content

Commit

Permalink
Bump required ModPatcher version
Browse files Browse the repository at this point in the history
  • Loading branch information
LunNova committed Mar 4, 2016
1 parent e721398 commit 40b0beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/nallar/tickprofiler/minecraft/CoreMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@IFMLLoadingPlugin.SortingIndex(1001)
public class CoreMod implements IFMLLoadingPlugin {
static {
ModPatcher.requireVersion("1.8.9.59");
ModPatcher.requireVersion("1.8.9.63");
}

@Override
Expand Down

0 comments on commit 40b0beb

Please sign in to comment.