From 12c287c00aa1d3953919305e31aa2dc35ffc6fe7 Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Wed, 13 Jul 2016 14:12:29 +1000 Subject: + Re-added Industrial Plate Presser + Added a fresh mcmod.info --- src/resources/mcmod.info | 69 +++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 62 insertions(+), 7 deletions(-) (limited to 'src/resources') diff --git a/src/resources/mcmod.info b/src/resources/mcmod.info index ae0af1f862..eb193c183b 100644 --- a/src/resources/mcmod.info +++ b/src/resources/mcmod.info @@ -1,12 +1,67 @@ /** - * @version 0.1 + * @version 1.3.4 * @author Alkalus - * In-game info for project: Hello World. + * In-game info for project: MiscUtils. */ -[ { "modid" : "miscutils" - , "name" : "miscutils" - , "description" : "Adds a few various things. Supported mods include GregTech, EnderIO, Big Reactors, Thaumcraft, ExtraUtils, Pnuematicraft & Simply Jetpacks." - , "version" : "0.9.4_public_gregtech5u" +[ { "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" : "" @@ -14,6 +69,6 @@ , "credits" : "" , "logoFile" : "" , "screenshots" : [] - , "dependencies" : ["Forge10.13.0.1180"] + , "dependencies" : ["Forge10.13.0.1448"] } ] -- cgit