Updated the mcmod.info and dependancies
This commit is contained in:
parent
46a5dc3d03
commit
071c94750f
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ import cpw.mods.fml.common.registry.GameRegistry;
|
||||||
import cpw.mods.fml.common.registry.TickRegistry;
|
import cpw.mods.fml.common.registry.TickRegistry;
|
||||||
import cpw.mods.fml.relauncher.Side;
|
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)
|
@NetworkMod(clientSideRequired=true, serverSideRequired=false)
|
||||||
public class BiomesOPlenty
|
public class BiomesOPlenty
|
||||||
{
|
{
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
"updateUrl": "",
|
"updateUrl": "",
|
||||||
"authors": ["Forstride", "Adubbz", "Amnet", "ted80"],
|
"authors": ["Forstride", "Adubbz", "Amnet", "ted80"],
|
||||||
"credits": "gamax92, enchilado, Tim Rurkowski, Soaryn",
|
"credits": "gamax92, enchilado, Tim Rurkowski, Soaryn",
|
||||||
"logoFile": "/pack.png",
|
"logoFile": "pack.png",
|
||||||
"screenshots": [],
|
"screenshots": [],
|
||||||
"parent": "",
|
"parent": "",
|
||||||
"requiredMods": [],
|
"requiredMods": [],
|
||||||
|
|
Loading…
Reference in a new issue