Posted September 9, 20178 yr Here is my mcmod.info [ { "modid": "wings", "name": "Giant's Wings", "description": "Wings=Cool", "version": "${version}", "url": "", "updateUrl": "", "authorList": ["GiantNuker"], "credits": "GiantNuker", "logoFile": "", "screenshots": [], "useDependencyInformation": "true", "requiredMods": ["backslash"], "dependencies": ["backslash"] } ] here is my problem: I cannot specify the version of backslash I want.
September 9, 20178 yr The error is that you don't have any backslash mod at all. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
September 9, 20178 yr Author Not the point, I removed my API. I want it to be "backslash : 3.0.0" instead of "backslash : any"
September 9, 20178 yr The mcmod.info file isn't used for this, your @Mod annotation is. dependencies = "required-after:backslash[$version]" So you'd put 3.0.0, for $version. Include the , 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.
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.