DoktuhParadox Posted August 18, 2012 Posted August 18, 2012 Does anyone have it? I think I do, but my mod still doesn't load, and gives me this in the console: 2012-08-18 00:17:24 [FINE] [ForgeModLoader] Found a candidate zip or jar file Archive.zip 2012-08-18 00:17:24 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods 2012-08-18 00:17:25 [FINE] [ForgeModLoader] Examining file Archive.zip for potential mods 2012-08-18 00:17:25 [FINER] [ForgeModLoader] Located mcmod.info file in file Archive.zip 2012-08-18 00:17:25 [WARNING] [ForgeModLoader] Zip file Archive.zip failed to read properly, it will be ignored 2012-08-18 00:17:25 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 2 mods to load 2012-08-18 00:17:25 [FINE] [ForgeModLoader] Received a system property request '' And so on. Anyone have the new format/can give me an example or help me? Quote
LexManos Posted August 18, 2012 Posted August 18, 2012 https://github.com/cpw/FML/wiki/FML-mod-information-file Quote I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
DoktuhParadox Posted August 18, 2012 Author Posted August 18, 2012 Still doesn't work. Using 1.3.2, forge 4.x, and here's my file, if you see a problem. Also, if there's something i need to add to my mod_ file to make it load (it loads in MCP and everything) I will do so. { "modinfoversion": 2, "modlist" : [ { "modid": "mod_PowerMod", "name": "The PowerMod", "description": "A mod that adds a new toolset, armor, and more.", "version": "1.3", "mcversion": "1.3.2", "url": "", "updateUrl": "", "authors": [ "DoktuhParadox" ], "credits": "Mien berts!", "logoFile": "", "screenshots": [ "" ], "parent":"mod_PowerMod", "requiredMods": [ "" ], "dependencies": [ "" ], "dependants": [ "", ], "useDependencyInformation": "true", } ] } Quote
LexManos Posted August 18, 2012 Posted August 18, 2012 http://json.parser.online.fr/ Quote I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
DoktuhParadox Posted August 18, 2012 Author Posted August 18, 2012 Fixed the parse errors, still doesn't work. Do I need to ship it as a jar, zip, etc.? 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.