fixed mcmod.info files

Not sure why but both of these vanished and were replaced by UE's mcmod
file.
This commit is contained in:
Rseifert 2012-09-02 13:13:14 -04:00
parent d485f7072f
commit 5629758503
3 changed files with 42 additions and 21 deletions

View file

@ -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"
]
}
]

View file

@ -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": [
]
}
]

View file

@ -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"
]
}
]