diff options
-rw-r--r-- | bartworks/src/main/resources/mcmod.info | 55 | ||||
-rw-r--r-- | galacticgreg/src/main/resources/mcmod.info | 16 | ||||
-rw-r--r-- | gtpp/src/main/resources/mcmod.info | 37 | ||||
-rw-r--r-- | src/main/resources/mcmod.info | 222 | ||||
-rw-r--r-- | tectech/src/main/resources/mcmod.info | 16 |
5 files changed, 196 insertions, 150 deletions
diff --git a/bartworks/src/main/resources/mcmod.info b/bartworks/src/main/resources/mcmod.info deleted file mode 100644 index a7205e0523..0000000000 --- a/bartworks/src/main/resources/mcmod.info +++ /dev/null @@ -1,55 +0,0 @@ -{ - "modListVersion": 2, - "modList": [{ - "modid": "${modId}", - "name": "${modName}", - "description": "A Gregtech Addon.", - "version": "${modVersion}", - "mcversion": "${minecraftVersion}", - "url": "https://github.com/bartimaeusnek/bartworks", - "updateUrl": "", - "authorList": ["bartimaeusnek"], - "credits": "Gregorius Techneticies for making gregtech and allowing me to port his old stuff.\n Austin Appleby and Yonik Seeley for creating and putting the MurmurHash3 into the public domain.\n Spluff and EmeraldsEmerald for the Awesome Textures aswell.", - "logoFile": "", - "screenshots": [], - "parent": "", - "requiredMods": [], - "dependencies": [], - "dependants": [], - "useDependencyInformation": false - },{ - "modid": "bartworkscrossmod", - "name": "BartWorks Mod Additions", - "description": "", - "version": "${modVersion}", - "mcversion": "${minecraftVersion}", - "url": "https://github.com/bartimaeusnek/bartworks", - "updateUrl": "", - "authorList": ["bartimaeusnek"], - "credits": "", - "logoFile": "", - "screenshots": [], - "parent": "bartworks", - "requiredMods": [], - "dependencies": [], - "dependants": [], - "useDependencyInformation": false - },{ - "modid": "bartworkscrossmodtgregworkscontainer", - "name": "BartWorks Mod Additions - TGregworks Container", - "description": "", - "version": "${modVersion}", - "mcversion": "${minecraftVersion}", - "url": "https://github.com/bartimaeusnek/bartworks", - "updateUrl": "", - "authorList": ["bartimaeusnek"], - "credits": "", - "logoFile": "", - "screenshots": [], - "parent": "bartworks", - "requiredMods": [], - "dependencies": [], - "dependants": [], - "useDependencyInformation": false - }] -} diff --git a/galacticgreg/src/main/resources/mcmod.info b/galacticgreg/src/main/resources/mcmod.info deleted file mode 100644 index b968f4e6ef..0000000000 --- a/galacticgreg/src/main/resources/mcmod.info +++ /dev/null @@ -1,16 +0,0 @@ -[ -{ - "modid": "${modId}", - "name": "${modName}", - "description": "Adds Gregtech Oregen to Galacticraft Dimensions", - "version": "${modVersion}", - "mcversion": "${minecraftVersion}", - "url": "http://forum.industrial-craft.net/index.php?page=Thread&threadID=11039", - "updateUrl": "", - "authorList": ["Blood Asp, Namikon"], - "credits": "To GregoriusT and micdoodle8 for making such good Mods", - "logoFile": "assets/galacticgreg/galacticgreg.png", - "screenshots": [], - "dependencies": [] -} -] diff --git a/gtpp/src/main/resources/mcmod.info b/gtpp/src/main/resources/mcmod.info deleted file mode 100644 index 499d5fcf7f..0000000000 --- a/gtpp/src/main/resources/mcmod.info +++ /dev/null @@ -1,37 +0,0 @@ -{ - "modListVersion": 2, - "modList": [{ - "modid": "${modId}", - "name": "${modName}", - "description": "Adds over 100 new Multiblocks, Machines, etc to Gregtech.", - "credits": "", - "logoFile": "", - "version": "${modVersion}", - "mcversion": "${minecraftVersion}", - "url": "https://github.com/draknyte1/GTplusplus/wiki", - "updateUrl": "https://github.com/draknyte1/GTplusplus/releases/latest", - "authorList": ["Alkalus/Draknyte1"], - "screenshots": [""], - "requiredMods": ["Forge"], - "dependencies": [ - "Forge", "TConstruct", "PlayerAPI", "dreamcraft", "IC2", "ihl", "psychedelicraft", "gregtech", "Forestry", "MagicBees", "CoFHCore", "Growthcraft", "Railcraft", "CompactWindmills", - "ForbiddenMagic", "MorePlanet", "PneumaticCraft", "ExtraUtilities", "Thaumcraft", "rftools", "simplyjetpacks", "BigReactors", "EnderIO", "tectech", "GTRedtech", "beyondrealitycore", - "OpenBlocks", "IC2NuclearControl", "TGregworks", "StevesCarts", "xreliquary" - ] - }, { - "modid": "ToxicEverglades", - "name": "${modName} ToxicEverglades", - "description": "Everglades, but toxic.", - "credits": "", - "logoFile": "", - "version": "${modVersion}", - "mcversion": "${minecraftVersion}", - "url": "https://github.com/draknyte1/GTplusplus/wiki", - "updateUrl": "https://github.com/draknyte1/GTplusplus/releases/latest", - "authorList": ["Alkalus/Draknyte1"], - "screenshots": [""], - "parent": "miscutils", - "requiredMods": [], - "dependencies": [] - }] -} diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index 97d0fb729b..9069018cba 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -1,26 +1,28 @@ -[ - { - "modid": "${modId}", - "name": "${modName}", - "description": "This Mod adds the awesome Technology of GregTech-Intergalactical to your World!", - "mcversion": "${minecraftVersion}", - "version": "${modVersion}", - "logoFile": "/assets/gregtech_addon/textures/LogoGTI_Long.png", - "url": "http://forum.industrial-craft.net/index.php?page=Thread&threadID=11488", - "updateUrl": "", - "authors": [ - "Gregorius Techneticies", - "Blood Asp" - ], - "credits": "Notch and Mojang for Minecraft, Alblaka and his Team for IndustrialCraft, Mr. Brain for many of the Crop Textures, OvermindDL for helping me with Code, TheSirusKing and matix for a few Textures", - "parent": "", - "screenshots": [], - "dependencies": [ - "Industrialcraft", - "structurelib" - ] - }, - { +{ + "modListVersion": 2, + "modList": [ + { + "modid": "gregtech", + "name": "GregTech", + "description": "This Mod adds the awesome Technology of GregTech-Intergalactical to your World!", + "mcversion": "${minecraftVersion}", + "version": "${modVersion}", + "logoFile": "/assets/gregtech_addon/textures/LogoGTI_Long.png", + "url": "http://forum.industrial-craft.net/index.php?page=Thread&threadID=11488", + "updateUrl": "", + "authors": [ + "Gregorius Techneticies", + "Blood Asp" + ], + "credits": "Notch and Mojang for Minecraft, Alblaka and his Team for IndustrialCraft, Mr. Brain for many of the Crop Textures, OvermindDL for helping me with Code, TheSirusKing and matix for a few Textures", + "parent": "", + "screenshots": [], + "dependencies": [ + "Industrialcraft", + "structurelib" + ] + }, + { "modid": "ggfab", "name": "GigaGramFab", "description": "Production at scale", @@ -28,12 +30,180 @@ "mcversion": "${minecraftVersion}", "url": "https://glease.github.io/GigaGramFab", "updateUrl": "", - "authorList": ["glee8e"], + "authorList": [ + "glee8e" + ], "credits": "", "logoFile": "", "screenshots": [], "dependencies": [ "gregtech" ] - } -] + }, + { + "modid": "bartworks", + "name": "BartWorks", + "description": "A Gregtech Addon.", + "version": "${modVersion}", + "mcversion": "${minecraftVersion}", + "url": "https://github.com/bartimaeusnek/bartworks", + "updateUrl": "", + "authorList": [ + "bartimaeusnek" + ], + "credits": "Gregorius Techneticies for making gregtech and allowing me to port his old stuff.\n Austin Appleby and Yonik Seeley for creating and putting the MurmurHash3 into the public domain.\n Spluff and EmeraldsEmerald for the Awesome Textures aswell.", + "logoFile": "", + "screenshots": [], + "parent": "", + "requiredMods": [], + "dependencies": [], + "dependants": [], + "useDependencyInformation": false + }, + { + "modid": "bartworkscrossmod", + "name": "BartWorks Mod Additions", + "description": "", + "version": "${modVersion}", + "mcversion": "${minecraftVersion}", + "url": "https://github.com/bartimaeusnek/bartworks", + "updateUrl": "", + "authorList": [ + "bartimaeusnek" + ], + "credits": "", + "logoFile": "", + "screenshots": [], + "parent": "bartworks", + "requiredMods": [], + "dependencies": [], + "dependants": [], + "useDependencyInformation": false + }, + { + "modid": "bartworkscrossmodtgregworkscontainer", + "name": "BartWorks Mod Additions - TGregworks Container", + "description": "", + "version": "${modVersion}", + "mcversion": "${minecraftVersion}", + "url": "https://github.com/bartimaeusnek/bartworks", + "updateUrl": "", + "authorList": [ + "bartimaeusnek" + ], + "credits": "", + "logoFile": "", + "screenshots": [], + "parent": "bartworks", + "requiredMods": [], + "dependencies": [], + "dependants": [], + "useDependencyInformation": false + }, + { + "modid": "galacticgreg", + "name": "Galactic Greg", + "description": "Adds Gregtech Oregen to Galacticraft Dimensions", + "version": "${modVersion}", + "mcversion": "${minecraftVersion}", + "url": "http://forum.industrial-craft.net/index.php?page=Thread&threadID=11039", + "updateUrl": "", + "authorList": [ + "Blood Asp, Namikon" + ], + "credits": "To GregoriusT and micdoodle8 for making such good Mods", + "logoFile": "assets/galacticgreg/galacticgreg.png", + "screenshots": [], + "dependencies": [] + }, + { + "modid": "GT++", + "name": "miscutils", + "description": "Adds over 100 new Multiblocks, Machines, etc to Gregtech.", + "credits": "", + "logoFile": "", + "version": "${modVersion}", + "mcversion": "${minecraftVersion}", + "url": "https://github.com/draknyte1/GTplusplus/wiki", + "updateUrl": "", + "authorList": [ + "Alkalus/Draknyte1" + ], + "screenshots": [ + "" + ], + "requiredMods": [ + "Forge" + ], + "dependencies": [ + "Forge", + "TConstruct", + "PlayerAPI", + "dreamcraft", + "IC2", + "ihl", + "psychedelicraft", + "gregtech", + "Forestry", + "MagicBees", + "CoFHCore", + "Growthcraft", + "Railcraft", + "CompactWindmills", + "ForbiddenMagic", + "MorePlanet", + "PneumaticCraft", + "ExtraUtilities", + "Thaumcraft", + "rftools", + "simplyjetpacks", + "BigReactors", + "EnderIO", + "tectech", + "GTRedtech", + "beyondrealitycore", + "OpenBlocks", + "IC2NuclearControl", + "TGregworks", + "StevesCarts", + "xreliquary" + ] + }, + { + "modid": "ToxicEverglades", + "name": "${modName} ToxicEverglades", + "description": "Everglades, but toxic.", + "credits": "", + "logoFile": "", + "version": "${modVersion}", + "mcversion": "${minecraftVersion}", + "url": "https://github.com/draknyte1/GTplusplus/wiki", + "updateUrl": "", + "authorList": [ + "Alkalus/Draknyte1" + ], + "screenshots": [ + "" + ], + "parent": "miscutils", + "requiredMods": [], + "dependencies": [] + }, + { + "modid": "tectech", + "name": "TecTech - Tec Technology!", + "description": "TecTech - Tec Technology Interdimensional! Replace UUMatter with something overly complicated and annoying! (GT5u Addon)", + "version": "${modVersion}", + "mcversion": "${minecraftVersion}", + "url": "", + "updateUrl": "", + "authorList": [ + "_Technus_" + ], + "credits": "The Forge and FML guys, for making this example", + "logoFile": "TecTechIcon.png", + "screenshots": [], + "dependencies": [] + } + ] +} diff --git a/tectech/src/main/resources/mcmod.info b/tectech/src/main/resources/mcmod.info deleted file mode 100644 index 21ecee23f8..0000000000 --- a/tectech/src/main/resources/mcmod.info +++ /dev/null @@ -1,16 +0,0 @@ -[ -{ - "modid": "${modId}", - "name": "${modName}", - "description": "TecTech - Tec Technology Interdimensional! Replace UUMatter with something overly complicated and annoying! (GT5u Addon)", - "version": "${modVersion}", - "mcversion": "${minecraftVersion}", - "url": "", - "updateUrl": "", - "authorList": ["_Technus_"], - "credits": "The Forge and FML guys, for making this example", - "logoFile": "TecTechIcon.png", - "screenshots": [], - "dependencies": [] -} -] |