Jump to content

Recommended Posts

Posted

nothing has changed since 1.5

 

you will still use the files provided by mcp to do the reobfuscate and recompile and output the relevant files :)

If you guys dont get it.. then well ya.. try harder...

Posted

Thanks for the responses...

 

I followed the tutorial on called "Releasing Mods" on the wiki and it seems to work. Although installing both forge and mods has definitely changed since 1.5.2. However, I was wondering under the new system where you place the files inside the jar folder instead of a mod folder, how does the mcmod.info work now? Where is it placed in your directory? Can you guys show me a template for me to follow for my mod?

Creator of the Recipe Expansion Pack mod.

http://www.minecraftforum.net/topic/1983421-172-forge-recipe-expansion-pack-version-012/

Updated to 1.7.2!

Posted

With the new system of mod installation, as far as I understand you copy all the files into the minecraft jar file, so how does that work? Doesn't that you would have multiple files with the same name in the location if you installed multiple mods (i.e more than one mcmod.info) So either I am a missing something or something has changed. Also your post was very unhelpful, because in addition to that I have never made an mcmod.info file before, so I don't know what information I am supposed to place in it. Does anyone have a template?

Creator of the Recipe Expansion Pack mod.

http://www.minecraftforum.net/topic/1983421-172-forge-recipe-expansion-pack-version-012/

Updated to 1.7.2!

Posted

With the new system of mod installation, as far as I understand you copy all the files into the minecraft jar file, so how does that work?

You have got it all wrong. You put nothing into the minecraft jar file. Everything goes into the mods folder. Nothing has changed in this regard.

The only new thing is the pack.mcmeta file, which you can put alongside the mcmod.info file.

Templates are easy to find on the wiki, but here they are:

 

{
   "pack":{
      "pack_format":1,
      "description":"Resource pack sample"
   }
}

[
{
  "modid": "",
  "name": "",
  "description": "",
  "version": "",
  "credits": "",
  "logoFile": "",
  "mcversion": "",
  "url": "",
  "updateUrl": "",
  "authors": [""],
  "parent":"",
  "screenshots": [],
  "dependencies": []
}
]

 

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.