I'm still not modding. Player has contributed greatly to the 1.7 release of FML. He needs authorship credit.

This commit is contained in:
Christian 2014-04-19 11:38:46 -04:00
parent a7c15e30aa
commit 840c96a212
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class FMLContainer extends DummyModContainer implements WorldAccessContai
meta.name="Forge Mod Loader";
meta.version=Loader.instance().getFMLVersionString();
meta.credits="Made possible with help from many people";
meta.authorList=Arrays.asList("cpw", "LexManos");
meta.authorList=Arrays.asList("cpw", "LexManos", "Player");
meta.description="The Forge Mod Loader provides the ability for systems to load mods " +
"from the file system. It also provides key capabilities for mods to be able " +
"to cooperate and provide a good modding environment. ";