Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Change required tcon version to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Dec 23, 2014
1 parent 461d913 commit 6261a03
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -40,7 +40,7 @@
import java.util.Random;

@Mod(modid= Reference.MOD_ID, name= Reference.MOD_NAME, version="${version}",
dependencies = "required-after:" + Reference.TCON_MOD_ID + "@[1.7.10-1.8.0,);after:*")
dependencies = "required-after:" + Reference.TCON_MOD_ID + "@[1.7.10-1.8.1,);after:*")
public class IguanaTweaksTConstruct {

// The instance of your mod that Forge uses.
Expand Down

0 comments on commit 6261a03

Please sign in to comment.