Updated the mcmod.info and dependancies

This commit is contained in:
Adubbz 2013-09-22 15:06:04 +10:00
parent 46a5dc3d03
commit 071c94750f
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ import cpw.mods.fml.common.registry.GameRegistry;
import cpw.mods.fml.common.registry.TickRegistry;
import cpw.mods.fml.relauncher.Side;
@Mod(modid="BiomesOPlenty", name="Biomes O' Plenty", version=Version.VERSION, dependencies="after:Natura; required-after:Forge@FORGE_VERSION@")
@Mod(modid="BiomesOPlenty", name="Biomes O' Plenty", version=Version.VERSION, dependencies="after:Natura; required-after:Forge@[@FORGE_VERSION@,)")
@NetworkMod(clientSideRequired=true, serverSideRequired=false)
public class BiomesOPlenty
{

View File

@ -8,7 +8,7 @@
"updateUrl": "",
"authors": ["Forstride", "Adubbz", "Amnet", "ted80"],
"credits": "gamax92, enchilado, Tim Rurkowski, Soaryn",
"logoFile": "/pack.png",
"logoFile": "pack.png",
"screenshots": [],
"parent": "",
"requiredMods": [],