Jump to content

Silent

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Silent

  1. From my understanding it should go in the base of the zip/jar, not in the package. So if you open your zip/jar you would have

     

    Modfoldername

    mcmod.info

     

    Additional Info

     

    Make sure the file is in the correct JSON format. For Example

     

     

    {

      "modinfoversion": 2,

      "modlist": [{

        "modid": "mod_Name",

        "name": "Name",

        "description": "Description of Mod",

        "version": "Version Number?",

        "mcversion": "What version of MC is this mod for?",

        "url": "Link to description or post about the mod",

        "updateUrl": "Link to update url",

        "authors": [ "Author 1", "Optional Additional Authors" ],

        "credits": "Any sort of credit you want",

        "logoFile": "link to png file, for example /mod_modname.png",

        "screenshots": [ "Additional screenshot pngs.", "example.png" ],

        "requiredMods": [ "Forge additionals can be added." ],

      }]

    }

     

     

    JSONformat?

    also it isn't in the package it's just a file i madeon my desktop is that right on how to make it?

    already thanks for the help :)

  2. hey,

    i'm rewritting my mod for forge, so i wanted to create a mcmod.info file, did that, but i'm not sure where to put it.

    i've tried the core mod, mod and jar but always when the mcmod.info file is in there my mod doesnt load up?

     

    would be great if someone helped me :)

     

    thanks!

×
×
  • Create New...

Important Information

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