Uploaded mcmod.info file

This commit is contained in:
Rseifert 2012-08-28 10:17:29 -04:00
parent 3b8c25aa55
commit 1cf72c7f8d
2 changed files with 22 additions and 1 deletions

View file

@ -25,7 +25,7 @@ import cpw.mods.fml.common.network.NetworkMod;
import cpw.mods.fml.common.network.NetworkRegistry;
import cpw.mods.fml.common.registry.GameRegistry;
import cpw.mods.fml.common.registry.LanguageRegistry;
@Mod(modid = "SteamPower", name = "Steam Power", version = "V8")
@Mod(modid = "SteamPower", name = "Steam Power", version = "V9")
@NetworkMod(channels = { "SPpack" }, clientSideRequired = true, serverSideRequired = false, packetHandler = PacketManager.class)
public class SteamPowerMain{

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": "",
"updateUrl": "",
"authors": [
"DarkGuardsman"
],
"credits": "Created by Darkguardsman; Vector/network code from Calclavia; Some Models thanks to Azkhare;",
"logoFile": "",
"screenshots": [
],
"parent":"",
"dependencies": ["UE","BasicPipes"
]
}
]