aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlkalus <draknyte1@hotmail.com>2018-03-15 05:54:59 +1000
committerGitHub <noreply@github.com>2018-03-15 05:54:59 +1000
commit3f91c1684972fc6555cfdc3c3f0c2c76f3ca936b (patch)
treea21f63d14da8412fffa07da9783e0252c26b3717 /src
parentefdf31f6df4588474b148d118f0fe8286e316b4f (diff)
parent310a43fb227496d9624587cb9317f7451bdd7ec9 (diff)
downloadGT5-Unofficial-3f91c1684972fc6555cfdc3c3f0c2c76f3ca936b.tar.gz
GT5-Unofficial-3f91c1684972fc6555cfdc3c3f0c2c76f3ca936b.tar.bz2
GT5-Unofficial-3f91c1684972fc6555cfdc3c3f0c2c76f3ca936b.zip
Merge pull request #233 from codewarrior0/patch-5
Fix dependency problems with OpenBlocks and TConstruct
Diffstat (limited to 'src')
-rw-r--r--src/Java/gtPlusPlus/GTplusplus.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/GTplusplus.java b/src/Java/gtPlusPlus/GTplusplus.java
index 235b314001..02e490de67 100644
--- a/src/Java/gtPlusPlus/GTplusplus.java
+++ b/src/Java/gtPlusPlus/GTplusplus.java
@@ -50,7 +50,7 @@ import gtPlusPlus.xmod.gregtech.loaders.RecipeGen_Recycling;
import net.minecraftforge.oredict.OreDictionary;
@MCVersion(value = "1.7.10")
-@Mod(modid = CORE.MODID, name = CORE.name, version = CORE.VERSION, dependencies = "required-after:Forge; before:TConstruct; after:PlayerAPI; after:dreamcraft; after:IC2; after:ihl; after:psychedelicraft; after:gregtech; after:Forestry; after:MagicBees; after:CoFHCore; after:Growthcraft; after:Railcraft; after:CompactWindmills; after:ForbiddenMagic; after:MorePlanet; after:PneumaticCraft; after:ExtraUtilities; after:Thaumcraft; after:rftools; after:simplyjetpacks; after:BigReactors; after:EnderIO; after:tectech; after:GTRedtech; after:beyondrealitycore;")
+@Mod(modid = CORE.MODID, name = CORE.name, version = CORE.VERSION, dependencies = "required-after:Forge; after:TConstruct; after:PlayerAPI; after:dreamcraft; after:IC2; after:ihl; after:psychedelicraft; after:gregtech; after:Forestry; after:MagicBees; after:CoFHCore; after:Growthcraft; after:Railcraft; after:CompactWindmills; after:ForbiddenMagic; after:MorePlanet; after:PneumaticCraft; after:ExtraUtilities; after:Thaumcraft; after:rftools; after:simplyjetpacks; after:BigReactors; after:EnderIO; after:tectech; after:GTRedtech; after:beyondrealitycore; after:OpenBlocks;")
public class GTplusplus implements ActionListener {
//Mod Instance
@@ -257,4 +257,4 @@ public class GTplusplus implements ActionListener {
//Force - Alloying
mGregMatLoader.enableMaterial(Materials.Force);
}
-} \ No newline at end of file
+}