Skip to content

Commit

Permalink
Set acceptedMinecraftVersions (closes #84)
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 committed Feb 6, 2017
1 parent 9e04c01 commit 2d22e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/squeek/applecore/AppleCore.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@IFMLLoadingPlugin.SortingIndex(1100)
@IFMLLoadingPlugin.MCVersion("1.10.2")
@IFMLLoadingPlugin.TransformerExclusions({"squeek.applecore.asm", "squeek.asmhelper"})
@Mod(modid = ModInfo.MODID, name = ModInfo.MODNAME, version = ModInfo.VERSION, acceptableRemoteVersions = "*", dependencies = "after:JEI@[3.8.1,); required-after:Forge@[12.18.2.2123,)")
@Mod(modid = ModInfo.MODID, name = ModInfo.MODNAME, version = ModInfo.VERSION, acceptedMinecraftVersions="[1.10.2]", acceptableRemoteVersions = "*", dependencies = "after:JEI@[3.8.1,); required-after:Forge@[12.18.2.2123,)")
public class AppleCore implements IFMLLoadingPlugin
{
public static Logger Log = LogManager.getLogger(ModInfo.MODID);
Expand Down

0 comments on commit 2d22e94

Please sign in to comment.