From 5629758503c3b6920181723f5ec718cd974f660c Mon Sep 17 00:00:00 2001 From: Rseifert Date: Sun, 2 Sep 2012 13:13:14 -0400 Subject: [PATCH] fixed mcmod.info files Not sure why but both of these vanished and were replaced by UE's mcmod file. --- src/common/basicpipes/mcmod.info | 21 +++++++++++++++++++++ src/common/mcmod.info | 21 --------------------- src/common/steampower/mcmod.info | 21 +++++++++++++++++++++ 3 files changed, 42 insertions(+), 21 deletions(-) create mode 100644 src/common/basicpipes/mcmod.info delete mode 100644 src/common/mcmod.info create mode 100644 src/common/steampower/mcmod.info diff --git a/src/common/basicpipes/mcmod.info b/src/common/basicpipes/mcmod.info new file mode 100644 index 00000000..72a86a53 --- /dev/null +++ b/src/common/basicpipes/mcmod.info @@ -0,0 +1,21 @@ +[ +{ + "modid": "basicPipes", + "name": "Basic Pipes", + "description": "Simple liquid transport system for UE based mods", + "version": "r9", + "mcversion": "1.3.2", + "url": "http://www.minecraftforge.net/forum/index.php/topic,604.0.html", + "updateUrl": "", + "authors": [ + "DarkGuardsman" + ], + "credits": "Created by Darkguardsman; Vector/network code from Calclavia; Some Textures thanks to Atrain;", + "logoFile": "", + "screenshots": [ + ], + "parent":"", + "dependencies": ["UE" + ] +} +] \ No newline at end of file diff --git a/src/common/mcmod.info b/src/common/mcmod.info deleted file mode 100644 index 2ce4ae31..00000000 --- a/src/common/mcmod.info +++ /dev/null @@ -1,21 +0,0 @@ -[ -{ - "modid": "UniversalElectricity", - "name": "Universal Electricity", - "description": "Universal Electricity is a modular electricity API for modders to create to add electricity to Minecraft. The mod alone does not add many things to the game. It requires add-ons in order to work. Universal Electricity is basically a structure that integrates a universal electric system for modders to easily implement into their mods.", - "version": "0.7.0", - "mcversion": "1.3.2", - "url": "http://calclavia.com/universalelectricity", - "updateUrl": "http://calclavia.com/universalelectricity", - "authors": [ - "Calclavia" - ], - "credits": "Authored by Calclavia", - "logoFile": "", - "screenshots": [ - ], - "parent":"", - "dependencies": [ - ] -} -] \ No newline at end of file diff --git a/src/common/steampower/mcmod.info b/src/common/steampower/mcmod.info new file mode 100644 index 00000000..8a1863b5 --- /dev/null +++ b/src/common/steampower/mcmod.info @@ -0,0 +1,21 @@ +[ +{ + "modid": "SteamPower", + "name": "Steam Power", + "description": "Basic coal fired power plant generator pack for UE", + "version": "r4", + "mcversion": "1.3.2", + "url": "http://www.minecraftforge.net/forum/index.php/topic,222.0.html", + "updateUrl": "", + "authors": [ + "DarkGuardsman" + ], + "credits": "Created by Darkguardsman; Vector/network code from Calclavia; Some Models thanks to Azkhare;", + "logoFile": "", + "screenshots": [ + ], + "parent":"", + "dependencies": ["UE","BasicPipes" + ] +} +] \ No newline at end of file