Bumped Version to 5.09.33
This commit is contained in:
parent
45373ba847
commit
9faefc7109
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
minecraft.version=1.7.10
|
minecraft.version=1.7.10
|
||||||
forge.version=10.13.4.1614-1.7.10
|
forge.version=10.13.4.1614-1.7.10
|
||||||
ic2.version=2.2.790-experimental
|
ic2.version=2.2.790-experimental
|
||||||
gt.version=5.09.31
|
gt.version=5.09.33
|
|
@ -61,7 +61,7 @@ import java.util.regex.Pattern;
|
||||||
|
|
||||||
@Mod(modid = "gregtech", name = "GregTech", version = "MC1710", useMetadata = false, dependencies = "required-after:IC2; after:Forestry; after:PFAAGeologica; after:Thaumcraft; after:Railcraft; after:appliedenergistics2; after:ThermalExpansion; after:TwilightForest; after:harvestcraft; after:magicalcrops; after:BuildCraft|Transport; after:BuildCraft|Silicon; after:BuildCraft|Factory; after:BuildCraft|Energy; after:BuildCraft|Core; after:BuildCraft|Builders; after:GalacticraftCore; after:GalacticraftMars; after:GalacticraftPlanets; after:ThermalExpansion|Transport; after:ThermalExpansion|Energy; after:ThermalExpansion|Factory; after:RedPowerCore; after:RedPowerBase; after:RedPowerMachine; after:RedPowerCompat; after:RedPowerWiring; after:RedPowerLogic; after:RedPowerLighting; after:RedPowerWorld; after:RedPowerControl; after:UndergroundBiomes; after:TConstruct; after:Translocator;")
|
@Mod(modid = "gregtech", name = "GregTech", version = "MC1710", useMetadata = false, dependencies = "required-after:IC2; after:Forestry; after:PFAAGeologica; after:Thaumcraft; after:Railcraft; after:appliedenergistics2; after:ThermalExpansion; after:TwilightForest; after:harvestcraft; after:magicalcrops; after:BuildCraft|Transport; after:BuildCraft|Silicon; after:BuildCraft|Factory; after:BuildCraft|Energy; after:BuildCraft|Core; after:BuildCraft|Builders; after:GalacticraftCore; after:GalacticraftMars; after:GalacticraftPlanets; after:ThermalExpansion|Transport; after:ThermalExpansion|Energy; after:ThermalExpansion|Factory; after:RedPowerCore; after:RedPowerBase; after:RedPowerMachine; after:RedPowerCompat; after:RedPowerWiring; after:RedPowerLogic; after:RedPowerLighting; after:RedPowerWorld; after:RedPowerControl; after:UndergroundBiomes; after:TConstruct; after:Translocator;")
|
||||||
public class GT_Mod implements IGT_Mod {
|
public class GT_Mod implements IGT_Mod {
|
||||||
public static final int VERSION = 509, SUBVERSION = 31;
|
public static final int VERSION = 509, SUBVERSION = 33;
|
||||||
public static final int TOTAL_VERSION = calculateTotalGTVersion(VERSION, SUBVERSION);
|
public static final int TOTAL_VERSION = calculateTotalGTVersion(VERSION, SUBVERSION);
|
||||||
public static final int REQUIRED_IC2 = 624;
|
public static final int REQUIRED_IC2 = 624;
|
||||||
@Mod.Instance("gregtech")
|
@Mod.Instance("gregtech")
|
||||||
|
|
Loading…
Reference in a new issue