Skip to content

Commit

Permalink
Fixed requirement to have it on both sides #16
Browse files Browse the repository at this point in the history
  • Loading branch information
dries007 committed Oct 22, 2016
1 parent cc54c65 commit f23434a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@
/**
* @author Dries007
*/
@Mod(modid = MineTweakerRecipeMaker.MODID, name = MineTweakerRecipeMaker.NAME)
@Mod(modid = MineTweakerRecipeMaker.MODID, name = MineTweakerRecipeMaker.NAME, acceptableRemoteVersions = "*")
public class MineTweakerRecipeMaker
{
public static final String MODID = "mtrm";
Expand Down

0 comments on commit f23434a

Please sign in to comment.