Jump to content

[UNSOLVED] mcmod.info doesnt work


DELTA_12

Recommended Posts

Hi there again, im just finishing my mod, i have my mcmod.info file in my package but it somehow wont load, it writes me in game that mcmod.info file deosnt exists. I never made mod far like this before so should i add something to my mod files?

[
{
  "modid": "SkyInfinity",
  "name": "Sky Infinity",
  "description": "This mod add new world, items, features and much more. So look up!",
  "version": "PRE-ALPHA 0.0.1",
  "mcversion": "1.5.2",
  "logoFile": "",
  "url": "",
  "updateUrl": "",
  "authors": ["DELTA_12"],
  "credits": "I wouldnt make this mod without ppl at MC forge forums",
  "parent": "",
  "screenshots": [],
  "dependencies": [Minecraft forge 1.5.2-7.8.0.725 +]
}
]

 

Also, as i said im finishing my mod so i want to thank all peapol here that aswered my questions or any way helped me. I wont get this far without you :)

Link to comment
Share on other sites

This is wrong:

 "dependencies": [Minecraft forge 1.5.2-7.8.0.725 +]

 

Needs to be:

 

 "dependencies": ["Forge"]

 

Two things:

1) You didn't put quotes around it (see the Authors tag)

2) I don't think the MCmod.info file handles version of dependencies, especially not minimums, assuming that it uses what's there at all.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

I changed that but still not working

 

Define "not working."

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

"authors": ["DELTA_12"],

Your issues is within this line, lets see if you can find it.

 

I have a working mcmod.info file open in front of me, just to compare, because I couldn't see an issue with that line.

 

And I still can't.

 

"authors": [ "XCompWiz" ],

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

"authors": ["DELTA_12"],

Your issues is within this line, lets see if you can find it.

 

I have a working mcmod.info file open in front of me, just to compare, because I couldn't see an issue with that line.

 

And I still can't.

 

"authors": [ "XCompWiz" ],

Sorry, sorry.

My mind had escaped me.

Legend of Zelda Mod[updated September 20th to 3.1.1]

Extra Achievements(Minecraft 1.8!)[updated April 3rd to 2.3.0]

Fancy Cheeses[updated May 8th to 0.5.0]

Link to comment
Share on other sites

i have my mcmod.info file in my package but it somehow wont load

Could this be the error?

I haven't used an mcmod.info withing eclipse but shouldn't it be outside of everthing?

(like in when you release the zip you put the mcmod.info in the root of the zip file)

Legend of Zelda Mod[updated September 20th to 3.1.1]

Extra Achievements(Minecraft 1.8!)[updated April 3rd to 2.3.0]

Fancy Cheeses[updated May 8th to 0.5.0]

Link to comment
Share on other sites

Yeah, but if i have like 2 ods with their mcmod.info-s in root directory didnt they replace themselves

Nope. They don't.

Legend of Zelda Mod[updated September 20th to 3.1.1]

Extra Achievements(Minecraft 1.8!)[updated April 3rd to 2.3.0]

Fancy Cheeses[updated May 8th to 0.5.0]

Link to comment
Share on other sites

Yeah, but if i have like 2 ods with their mcmod.info-s in root directory didnt they replace themselves

Nope. They don't.

How is that possible? every time you place a folder with a same name as one already in another folder(or archive) it replace it or do not copy

umm.... what?

Attempting to make sense of that, here is an example:

 

Cil5xT2.png

 

Legend of Zelda Mod[updated September 20th to 3.1.1]

Extra Achievements(Minecraft 1.8!)[updated April 3rd to 2.3.0]

Fancy Cheeses[updated May 8th to 0.5.0]

Link to comment
Share on other sites

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.