1
So I recently started modding with eclipse and I've ran into a problem, Whenever I launch the minecraft client I get a forge error saying "mod.toml missing metadata for modid moresmod" (where moresmod is my mod) I was not able to find the source of the problem so I decided to come here.
Source Code: https://github.com/congueror/MoOresMod1.14.3
I am using forge 27.0.55 (forge for 1.14.3)
The strange thing is that my modid is not "moresmod" but "mooresmod"
Thanks in advance. :)
Edit: I accidentally copied the error where the source code should've been, am such an idiot xD
Source Code: https://github.com/congueror/MoOresMod1.14.3
I am using forge 27.0.55 (forge for 1.14.3)
The strange thing is that my modid is not "moresmod" but "mooresmod"
Thanks in advance. :)
Edit: I accidentally copied the error where the source code should've been, am such an idiot xD
1
The Mod annotation above your MoOresMod class has "moresmod" as your mod's ID rather than "mooresmod."


