Uploaded mcmod.info file
This commit is contained in:
parent
3b8c25aa55
commit
1cf72c7f8d
2 changed files with 22 additions and 1 deletions
|
@ -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{
|
||||
|
|
21
src/common/steampower/mcmod.info
Normal file
21
src/common/steampower/mcmod.info
Normal 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"
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue