Coremod ModInfo Data.
This commit is contained in:
@@ -26,11 +26,14 @@ public class AppEngCore extends DummyModContainer implements IFMLLoadingPlugin
|
||||
public AppEngCore() {
|
||||
instance = this;
|
||||
FMLRelaunchLog.info( "[AppEng] Core Init" );
|
||||
md.autogenerated = true;
|
||||
md.autogenerated = false;
|
||||
md.authorList.add( "AlgorithmX2" );
|
||||
md.credits = "AlgorithmX2";
|
||||
md.modId = getModId();
|
||||
md.version = getVersion();
|
||||
md.name = getName();
|
||||
md.url = "http://ae2.ae-mod.info";
|
||||
md.description = "Embeded Coremod for Applied Energistics 2";
|
||||
}
|
||||
|
||||
@EventHandler
|
||||
|
||||
Reference in New Issue
Block a user