diff options
| author | Draknyte1 <Draknyte1@hotmail.com> | 2016-07-20 11:45:58 +1000 |
|---|---|---|
| committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-07-20 11:45:58 +1000 |
| commit | 63115dc4db7b30b510b8cfb39761ac02f2359c5e (patch) | |
| tree | c2f3f691a1273f6ea60ca70736486fb2f7849ac0 /src/resources | |
| parent | 0e6ca93aa3aa0f8b3e582038b1856d74bd34bd5b (diff) | |
| download | GT5-Unofficial-63115dc4db7b30b510b8cfb39761ac02f2359c5e.tar.gz GT5-Unofficial-63115dc4db7b30b510b8cfb39761ac02f2359c5e.tar.bz2 GT5-Unofficial-63115dc4db7b30b510b8cfb39761ac02f2359c5e.zip | |
% Changed Multiblock descriptions
% Changed the GT-TextureHandler for the IndustrialCentrifuge, borked it somehow.
Diffstat (limited to 'src/resources')
| -rw-r--r-- | src/resources/mcmod.info | 90 |
1 files changed, 17 insertions, 73 deletions
diff --git a/src/resources/mcmod.info b/src/resources/mcmod.info index 9ebae5075b..7ce1b1e464 100644 --- a/src/resources/mcmod.info +++ b/src/resources/mcmod.info @@ -1,74 +1,18 @@ -/** - * @version 1.4.1 - * @author Alkalus - * In-game info for project: MiscUtils. - */ -[ { "modid" : "miscutil" - , "name" : "GT++" - , "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"] - } +[ +{ + "modid": "miscutils", + "name": "GT++", + "description": "Adds a few various Multiblocks, Machines, etc to Gregtech and a plethora of other mods (Nearly 30!)", + "credits": "", + "logoFile": "", + "version": "1.4.1.3", + "mcversion": "1.7.10", + "url": "https://github.com/draknyte1/MiscUtilities/wiki", + "updateUrl": "https://github.com/draknyte1/MiscUtilities/tree/master/build/libs", + "authorList": [ "Alkalus" ], + "screenshots": [ "" ], + "dependencies": [ + "mod_MinecraftForge" + ] +} ] |
