Posted September 1, 201213 yr Hi, I've been having a problem with my mcmod.info file, here's what it looks like: { "modinfoversion": 2, "modlist" : [ { "modid": "KeepItemsOnDeath", "name": "Keep Items on Death", "description": "A simple mod that allows you to NOT lose everything when you die. :-)", "version": "1.0", "mcversion": "1.3.2", "url": "http://adf.ly/CTNHg", "authors": [ "Bandayd" ], "credits": "Authored by Bandayd, based on an original mod by glider521al", "parent":"" } ] } Is there something I did wrong? because when I load up the minecraft client (with forge loaded of course), it looks like this: http://jaredscodingshack.abits.biz/Author%20not%20showing%20up.png[/img] The Authors: field is blank, even though I've filled it in properly, is there something I'm doing wrong? Has anyone else had this problem?
September 3, 201213 yr Author To answer my own question (not really, cpw solved this one for me on another thread, kudos should go to him).... try "authorList" That was my problem, if you change "authors" to "authorList", it works exactly like it's supposed to! Thanks cpw!!! :-D
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.