aboutsummaryrefslogtreecommitdiff
path: root/src/Java
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-07-13 14:23:55 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-07-13 14:23:55 +1000
commit0d960a9664c89f4b0bd4e2834b4b34d86716ee4f (patch)
tree3539c26ab39f3141781376df1d6fa52b5cd36545 /src/Java
parent12c287c00aa1d3953919305e31aa2dc35ffc6fe7 (diff)
downloadGT5-Unofficial-0d960a9664c89f4b0bd4e2834b4b34d86716ee4f.tar.gz
GT5-Unofficial-0d960a9664c89f4b0bd4e2834b4b34d86716ee4f.tar.bz2
GT5-Unofficial-0d960a9664c89f4b0bd4e2834b4b34d86716ee4f.zip
% Changed the mcmod.info
Diffstat (limited to 'src/Java')
-rw-r--r--src/Java/miscutil/core/mcmod.info74
1 files changed, 74 insertions, 0 deletions
diff --git a/src/Java/miscutil/core/mcmod.info b/src/Java/miscutil/core/mcmod.info
new file mode 100644
index 0000000000..eb193c183b
--- /dev/null
+++ b/src/Java/miscutil/core/mcmod.info
@@ -0,0 +1,74 @@
+/**
+ * @version 1.3.4
+ * @author Alkalus
+ * In-game info for project: MiscUtils.
+ */
+[ { "modid" : "miscutil"
+ , "name" : "Misc Utils."
+ , "description" : "
+ if (Loader.isModLoaded("gregtech") == true ){
+ Gregtech = true;
+ }
+ if (Loader.isModLoaded("EnderIO") == true){
+ EnderIO = true;
+ }
+ if (Loader.isModLoaded("BigReactors") == true){
+ Big_Reactors = true;
+ }
+ if (Loader.isModLoaded("IC2") == true){
+ IndustrialCraft2 = true;
+ }
+ if (Loader.isModLoaded("simplyjetpacks") == true){
+ Simply_Jetpacks = true;
+ }
+ if (Loader.isModLoaded("rftools") == true){
+ RFTools = true;
+ }
+ if (Loader.isModLoaded("Thaumcraft") == true){
+ Thaumcraft = true;
+ }
+ if (Loader.isModLoaded("ExtraUtilities") == true){
+ Extra_Utils = true;
+ }
+ if (Loader.isModLoaded("PneumaticCraft") == true){
+ PneumaticCraft = true;
+ }
+ if (Loader.isModLoaded("MorePlanet") == true){
+ MorePlanets = true;
+ }
+ if (Loader.isModLoaded("ForbiddenMagic") == true){
+ ForbiddenMagic = true;
+ }
+ if (Loader.isModLoaded("CompactWindmills") == true){
+ CompactWindmills = true;
+ }
+ if (Loader.isModLoaded("Railcraft") == true){
+ Railcraft = true;
+ }
+ if (Loader.isModLoaded("Growthcraft") == true){
+ Growthcraft = true;
+ }
+ if (Loader.isModLoaded("CoFHCore") == true){
+ CoFHCore = true;
+ }
+ if (Loader.isModLoaded("Forestry") == true){
+ Forestry = true;
+ }
+ if (Loader.isModLoaded("MagicBees") == true){
+ MagicBees = true;
+ }
+ if (Loader.isModLoaded("psychedelicraft") == true){
+ Psychedelicraft = true;
+ }
+ "
+ , "version" : "1.3.4"
+ , "mcversion" : "1.7.10"
+ , "url" : ""
+ , "updateUrl" : ""
+ , "authorList" : ["Alkalus"]
+ , "credits" : ""
+ , "logoFile" : ""
+ , "screenshots" : []
+ , "dependencies" : ["Forge10.13.0.1448"]
+ }
+]