aboutsummaryrefslogtreecommitdiff
path: root/src/Java/miscutil/core/mcmod.info
blob: eb193c183b7a15bc8469068078323205a656f0d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
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"]
  }
]