Jump to content

Recommended Posts

Posted

I am wondering if the mcmod.info file still works with 1.8.9 version of forge, or with intellij. What brings me to this question is once I switched from 1.7.10 it seamed stop working and doing everything that I can to get it to work but it doesn't seem to be doing the trick. Now before you post this link, http://www.minecraftforge.net/forum/index.php?topic=21354.0, and say follow it I would like to say that I have several times exactly and it has not worked or fixed the issue. Here is my build.gradle if it will help, and the mcmod.info if for some reason the format of it changed and I did not know.

 

 

  Reveal hidden contents

 

 

 

  Reveal hidden contents

 

~SureShotM/Leo~ gaming coding all around fun!

Posted
  On 2/7/2016 at 9:24 PM, SureShotM said:

I am wondering if the mcmod.info file still works with 1.8.9 version of forge, or with intellij. What brings me to this question is once I switched from 1.7.10 it seamed stop working and doing everything that I can to get it to work but it doesn't seem to be doing the trick. Now before you post this link, http://www.minecraftforge.net/forum/index.php?topic=21354.0, and say follow it I would like to say that I have several times exactly and it has not worked or fixed the issue. Here is my build.gradle if it will help, and the mcmod.info if for some reason the format of it changed and I did not know.

 

 

  Reveal hidden contents

 

 

 

  Reveal hidden contents

 

 

i read a tutorial about that in 1.8 and i found out that you can add this to your preInit in your main mod file and then it should work.

you can add more things if you want just use this line

 

metadata.// and then select something

 

here is the code:

                /**
	 *  Mod Information
	 */
	ModMetadata metadata = e.getModMetadata();
	metadata.autogenerated = false;
	metadata.name = //Mod name;
	metadata.description = //Description;	
	metadata.credits = //credits, author;
	metadata.logoFile = "assets/modid/...";
	metadata.url = //here url;
	/** ------------------------------------------------------------------------------ **/

"My Crew is World Wide." 「ヤング • エルトウ」

Posted

wow okay really all of that in the preinit sounds like it defeats the point of the mcmod.info, either way thank you. If there is any other way please post here.

~SureShotM/Leo~ gaming coding all around fun!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.