i created a mod about a laser hoe. but the .modinfo is old or it does not work. im going to put the actually info { "version" : "1.1.1", "friendlyName" : "Testmod", "link" : "", "steamContentId" : "", "name" : "Testmod", "description" : "now you got a laser hoe for a more eficcent farming!", "author" : "NAME" } if someone can bring me the most actual .modinfo, please, post it in the comments and i will give you credits at the time i upload the mod. and if it still dont work, down here i will give you all archives on the mod (green= archive) (cian= script) testmod.modinfo tools laserhoe.tillingtool recipes laserhoe.recipe
.Modinfo is not used anymore, instead create a file called .metadata This is the structure: { "author" : "My name", "description" : "This is the description that you see in the mod list in-game", "friendlyName" : "MyModName", "link" : "Link to whatever.", "name" : "MyModName", "version" : "X" } That is the basic structure of a .metadata file, i don't know what else you need to add for steam. See this.
Version can be anything you want honestly. It has no impact on the functionality of the mod. I use it to display my mod's version, some use it to show SB's version. Its mostly preference.