Hi,
I've been having a really strange problem lately. Occasionally, after creating a new class, the mod will simply not run in my IntelliJ workspace.
For example, let's say I add two sample classes. SampleOne and SampleTwo. Before these two classes were added, everything worked nice and smoothly.
However, when I add these two classes, it appears that Forge doesn't recognise my mod before loading. Even after deleting both of them, the mod still won't load.
In the debug.log file, I found that it had found a mcmod.info file in my workspace, as well as the package in my mod with the @API annotation.
However, Forge still doesn't recognise my mod for loading, with the results being "4 mods were found to load."
If you can help me, it'll be very much appreciated! Thanks! :D