Skip to content

Commit

Permalink
Update ModPatcher to 1.10.2.43. Fixes #67
Browse files Browse the repository at this point in the history
  • Loading branch information
LunNova committed May 6, 2017
1 parent e0a76d7 commit b68a6d6
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 @@ -11,7 +11,7 @@
@IFMLLoadingPlugin.SortingIndex(1001)
public class CoreMod implements IFMLLoadingPlugin {
static {
ModPatcher.requireVersion("1.10.2.31");
ModPatcher.requireVersion("1.10.2.43");
}

@Override
Expand Down

0 comments on commit b68a6d6

Please sign in to comment.