Silent Posted January 4, 2013 Posted January 4, 2013 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! Quote Homie Power Mod Creator//currently recoding it for forge.
Ayeso Posted January 4, 2013 Posted January 4, 2013 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 Quote { "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." ], }] } Quote
Silent Posted January 4, 2013 Author Posted January 4, 2013 On 1/4/2013 at 5:28 PM, Ayeso said: 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 Quote { "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 Quote Homie Power Mod Creator//currently recoding it for forge.
Ayeso Posted January 4, 2013 Posted January 4, 2013 Yeah you could just make the file, or if you use eclipse have it in the base project and then copy it into your zip/jar. JSON is Java Script Object Notation Its just a way of formatting. Quote
Silent Posted January 4, 2013 Author Posted January 4, 2013 hmm i'll test it out tomorow thanks Quote Homie Power Mod Creator//currently recoding it for forge.
Silent Posted January 4, 2013 Author Posted January 4, 2013 hmm still don't get it. Also does it have to be called mcmod.info or my mods nale? so confused right now lol Quote Homie Power Mod Creator//currently recoding it for forge.
Ayeso Posted January 4, 2013 Posted January 4, 2013 mcmod.info has to be the name. So you should have a zip or jar or w/e inside that you have your package folder, and mcmod.info Quote
Silent Posted January 4, 2013 Author Posted January 4, 2013 well this is what i did: -made a text file and turned it into info file. -Pasted the content you posted and edited it for my mod, put it into my mcjar and nothing appeared. any idea why? Quote Homie Power Mod Creator//currently recoding it for forge.
Draco18s Posted April 11, 2013 Posted April 11, 2013 Given that this thread is only a few months old, I figured I'd ask my question here. What is the update url and how do I use it. That is, what is it that goes at the specified URL so that updates can be detected? Quote 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.
yarrmateys Posted April 20, 2013 Posted April 20, 2013 using the github wiki (https://github.com/MinecraftForge/FML/wiki/FML-mod-information-file), this is what it says: Quote updateUrl string Currently unimplemented, will eventually be used to automatically check for mod updates. so, currently it still does nothing. Quote
yarrmateys Posted April 20, 2013 Posted April 20, 2013 using the github wiki (https://github.com/MinecraftForge/FML/wiki/FML-mod-information-file), this is what it says: Quote updateUrl string Currently unimplemented, will eventually be used to automatically check for mod updates. so, currently it still does nothing. Quote
Recommended Posts
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.