Posted February 6, 20205 yr Hello, I am very new to Minecraft M odding, this is my first test run of this and I got an error when starting "mods.toml missing metadata for modid examplemod" The mod.toml file (I removed the comments to make it smaller if you would like the entire thing or anything else let me know) modLoader="javafml" #mandatory loaderVersion="[31,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions. [[mods]] #mandatory modId="testmod" #mandatory version="${file.jarVersion}" #mandatory displayName="testmod" #mandatory credits="Thanks for this example mod goes to Java" #optional authors="Love, Cheese and small house plants" #optional description=''' This is a long form description of the mod. You can write whatever you want here Have some lorem ipsum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed mollis lacinia magna. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed sagittis luctus odio eu tempus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque volutpat ligula eget lacus auctor sagittis. In hac habitasse platea dictumst. Nunc gravida elit vitae sem vehicula efficitur. Donec mattis ipsum et arcu lobortis, eleifend sagittis sem rutrum. Cras pharetra quam eget posuere fermentum. Sed id tincidunt justo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. ''' [[dependencies.testmod]] #optional modId="forge" #mandatory mandatory=true #mandatory versionRange="[31,)" #mandatory ordering="NONE" side="BOTH" [[dependencies.testmod]] modId="minecraft" mandatory=true versionRange="[1.15.2]" ordering="NONE" side="BOTH" Edited February 6, 20205 yr by BotCheese Solved
February 6, 20205 yr So you changed the toml file from "examplemod" to "testmod" Did you remove the Java code for the example mod? 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.
February 6, 20205 yr Author 5 minutes ago, Draco18s said: So you changed the toml file from "examplemod" to "testmod" Did you remove the Java code for the example mod? I don't think I did. I will check and if I didn't i will delete and update this UPDATE: I deleted it and it worked thank you so much. I didn't realize that was there or that I needed to delete it. Edited February 6, 20205 yr by BotCheese UPDATE
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.