Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

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...

  • Author

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!

  • Author

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!

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.