Skip to content

Commit

Permalink
Remove IFMLLoadingPlugin.MCVersion from CoreMod as it doesn't allow s…
Browse files Browse the repository at this point in the history
…pecifying a version range
  • Loading branch information
LunNova committed Aug 13, 2017
1 parent b467f72 commit e9b7193
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

import java.util.*;

@IFMLLoadingPlugin.MCVersion("@MC_VERSION@")
//Can't use this as it limits to an exact version, no possibility for a range.
//@IFMLLoadingPlugin.MCVersion("@MC_VERSION@")
@IFMLLoadingPlugin.SortingIndex(-1)
public class CoreMod implements IFMLLoadingPlugin {
static {
Expand Down

0 comments on commit e9b7193

Please sign in to comment.