Posted January 11, 201510 yr Hey, I have a logo for my mod and I set up mcmod.info file In eclipse I can see the logo but when I use the mod on normal mc it wont show. Forge on mc and eclipse are the same version. What can couse that problem?
January 11, 201510 yr Do you have your resources folder in the right place? It should be in src/main/resources Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
January 11, 201510 yr Author In exclipse the path works. "logoFile": "/assets/betterworld/textures/ModInfoLogo.png", Screen from assets in eclipse. http://screenshooter.net/100630509/kqfjxyv
January 11, 201510 yr You don't need the leading / Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
January 11, 201510 yr Author Ok, I will try. In all tutorials I noticed / after all path code, so I paste it too.
January 11, 201510 yr Yeah, the slash in unnecessary because Forge automatically prepends the classpath of your mod to the beginning of path that you provide. Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
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.