1

Mod.toml missing metadata for modid "mymod"

This Guy1 7/17/19 12:08 pm history
10.4k
7/17/2019 1:58 pm
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
Posted by
This Guy1
Level 40 : Master Modder
14

  Have something to say?

JoinSign in

1

Geforce
07/17/2019 1:58 pm
Level 64 : High Grandmaster Modder
history
The Mod annotation above your MoOresMod class has "moresmod" as your mod's ID rather than "mooresmod."
1

Welcome