Skip to content

Commit

Permalink
Change version back to dynamic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mDiyo committed Aug 16, 2014
1 parent 5611559 commit 048883b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/tconstruct/TConstruct.java
Expand Up @@ -62,11 +62,11 @@
* @author mDiyo
*/

@Mod(modid = "TConstruct", name = "TConstruct", version = "1.6.0d37",
@Mod(modid = "TConstruct", name = "TConstruct", version = "${version}",
dependencies = "required-after:Forge@[10.13,);required-after:Mantle;after:MineFactoryReloaded;after:NotEnoughItems;after:Waila;after:ThermalExpansion")
public class TConstruct
{
public static final String modVersion = "1.6.0d37";
public static final String modVersion = "${version}";
/** The value of one ingot in millibuckets */
public static final int ingotLiquidValue = 144;
public static final int oreLiquidValue = ingotLiquidValue * 2;
Expand Down

0 comments on commit 048883b

Please sign in to comment.