Posted June 27, 20178 yr Ok, so I've built my first mod and when I launch Forge client, it starts and my plugin works. The only problem is that in the mod menu it doesn't say anything about the mod, not even the info I supplied in the mcmod.info file. All I see is "No mod information found. Ask your mod author to provide a mod mcmod.info file" When I close my minecraft and console pops up, I see this "[simplerings]: Mod simplerings is missing the required element 'name'. Substituting simplerings" My mcmod.info file is located in "src/resources/mcmod.info" and it looks as following [{ "modid": "simplerings", "name": "Simple Rings", "description": "Simple rings allow you to fly without having to get rare resources. But with great power comes great responsibility. Although basic ones are cheap, they're also limited.", "version": "${version}", "mcversion": "${mcversion}", "logoFile": "assets/examplemod/textures/logo.png", "url": "mglolenstine.xyz/mods/", "updateJSON": "mglolenstine.xyz/mods/SimpleRings/versions.json", "authorList": ["MGlolenstine"], "credits": "I'd like to thank my friends for not giving up on me." }] So please help!
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.