Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class Core extends DummyModContainer{
- public Core()
- {
- super(new ModMetadata());
- ModMetadata meta = getMetadata();
- meta.modId = "delta";
- meta.name = "SkyMine Delta by RedEnergy";
- meta.version = "@VERSION@"; //String.format("%d.%d.%d.%d", majorVersion, minorVersion, revisionVersion, buildVersion);
- meta.credits = "Roll Credits ...";
- meta.authorList = Arrays.asList("RedEnergy");
- meta.description = "";
- meta.url = "http://sky-mine.ru";
- meta.updateUrl = "";
- meta.screenshots = new String[0];
- meta.logoFile = "";
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment